mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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 \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-udev \
|
--disable-udev \
|
||||||
--enable-largefile \
|
--enable-largefile \
|
||||||
--with-kernel-source=$(kernel_path) \
|
--with-kernel-source=$(kernel_path) \
|
||||||
$DRM_CONFIG \
|
$DRM_CONFIG \
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://dri.freedesktop.org"
|
PKG_SITE="http://dri.freedesktop.org"
|
||||||
PKG_URL="http://dri.freedesktop.org/libdrm/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://dri.freedesktop.org/libdrm/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="systemd libpciaccess"
|
PKG_DEPENDS="libpciaccess"
|
||||||
PKG_BUILD_DEPENDS="toolchain libpthread-stubs systemd libpciaccess"
|
PKG_BUILD_DEPENDS="toolchain libpthread-stubs libpciaccess"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="graphics"
|
PKG_SECTION="graphics"
|
||||||
PKG_SHORTDESC="libdrm: Userspace interface to kernel DRM services"
|
PKG_SHORTDESC="libdrm: Userspace interface to kernel DRM services"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user