evas: add libdrm as a dependency.

This commit is contained in:
Cedric Bail 2014-02-28 16:21:00 -03:00
parent 807f944696
commit c08c0b05a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org> # Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgname=('efl' 'efl_doc') pkgname=('efl' 'efl_doc')
[[ -d ../.git ]] && pkgname=('efl-git' 'efl_doc-git') [[ -d ../.git ]] && pkgname=('efl-git' 'efl_doc-git')
pkgver=1.8.99.24136.8c094d1 pkgver=1.9.99.24678.807f944
pkgrel=1 pkgrel=1
pkgdesc="Enlightenment Foundation Libraries - GIT development snapshot" pkgdesc="Enlightenment Foundation Libraries - GIT development snapshot"
arch=('i686' 'x86_64' 'arm') arch=('i686' 'x86_64' 'arm')
@ -16,7 +16,7 @@ depends=('bullet' 'libpng' 'libjpeg-turbo'
'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama'
'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst'
'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz' 'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz'
'wayland' 'avahi' 'scim') 'wayland' 'avahi' 'scim' 'libdrm')
[[ ! $(pacman -T "openjpeg") ]] && depends+=('openjpeg') #jpeg2k loader is autodetected at build time [[ ! $(pacman -T "openjpeg") ]] && depends+=('openjpeg') #jpeg2k loader is autodetected at build time
makedepends=('doxygen' 'check') makedepends=('doxygen' 'check')
[[ -d ../.git ]] && makedepends+=('git') [[ -d ../.git ]] && makedepends+=('git')