mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libdrm: build without udev support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cbdac731a9
commit
f0805b0c74
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user