libdrm: build without udev support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-02 23:23:57 +02:00
parent cbdac731a9
commit f0805b0c74
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ cd $PKG_BUILD
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--enable-udev \
--disable-udev \
--enable-largefile \
--with-kernel-source=$(kernel_path) \
$DRM_CONFIG \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dri.freedesktop.org"
PKG_URL="http://dri.freedesktop.org/libdrm/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="systemd libpciaccess"
PKG_BUILD_DEPENDS="toolchain libpthread-stubs systemd libpciaccess"
PKG_DEPENDS="libpciaccess"
PKG_BUILD_DEPENDS="toolchain libpthread-stubs libpciaccess"
PKG_PRIORITY="optional"
PKG_SECTION="graphics"
PKG_SHORTDESC="libdrm: Userspace interface to kernel DRM services"