Bump libdrm to 2.4.19
Also adds proper dependency information to stop build errors. Signed-off-by: Paul Jones <paul@pauljones.id.au> Acked-By: Will Wagner<willw@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
17541bd0ec
commit
faa2f01231
9
CHANGES
9
CHANGES
@ -9,10 +9,11 @@
|
|||||||
|
|
||||||
New packages: librsync, lmbench, netperf, squid
|
New packages: librsync, lmbench, netperf, squid
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dnsmasq, dosfstools, e2fsprogs,
|
Updated/fixed packages: busybox, dnsmasq, dosfstools,
|
||||||
freetype, iperf, iptables, iw, less, libgcrypt, libglib2, libpng,
|
e2fsprogs, freetype, iperf, iptables, iw, less, libdrm,
|
||||||
libxml2, mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
|
libgcrypt, libglib2, libpng, libxml2, mdadm, memstat,
|
||||||
qt, radvd, setserial, squashfs, wget, xlib_libX11, xlib_libXfont
|
mtd-utils, nano, openssl, php, pppd, qt, radvd, setserial,
|
||||||
|
squashfs, wget, xlib_libX11, xlib_libXfont
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
config BR2_PACKAGE_LIBDRM
|
config BR2_PACKAGE_LIBDRM
|
||||||
bool "libdrm"
|
bool "libdrm"
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||||
|
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXMU
|
||||||
|
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
||||||
|
select BR2_PACKAGE_PTHREAD_STUBS
|
||||||
help
|
help
|
||||||
Direct Rendering Manager
|
Direct Rendering Manager
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# libdrm
|
# libdrm
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
LIBDRM_VERSION = 2.4.11
|
LIBDRM_VERSION = 2.4.19
|
||||||
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
|
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
|
||||||
LIBDRM_SITE = http://dri.freedesktop.org/libdrm/
|
LIBDRM_SITE = http://dri.freedesktop.org/libdrm/
|
||||||
LIBDRM_AUTORECONF = NO
|
LIBDRM_AUTORECONF = NO
|
||||||
@ -11,4 +11,6 @@ LIBDRM_LIBTOOL_PATCH = NO
|
|||||||
LIBDRM_INSTALL_STAGING = YES
|
LIBDRM_INSTALL_STAGING = YES
|
||||||
LIBDRM_INSTALL_TARGET = YES
|
LIBDRM_INSTALL_TARGET = YES
|
||||||
|
|
||||||
|
LIBDRM_DEPENDENCIES = xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm xlib_libXmu xproto_dri2proto pthread-stubs
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libdrm))
|
$(eval $(call AUTOTARGETS,package,libdrm))
|
||||||
|
Loading…
Reference in New Issue
Block a user