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:
Paul Jones 2010-03-31 21:15:02 +11:00 committed by Peter Korsgaard
parent 17541bd0ec
commit faa2f01231
3 changed files with 15 additions and 5 deletions

View File

@ -9,10 +9,11 @@
New packages: librsync, lmbench, netperf, squid
Updated/fixed packages: busybox, dnsmasq, dosfstools, e2fsprogs,
freetype, iperf, iptables, iw, less, libgcrypt, libglib2, libpng,
libxml2, mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
qt, radvd, setserial, squashfs, wget, xlib_libX11, xlib_libXfont
Updated/fixed packages: busybox, dnsmasq, dosfstools,
e2fsprogs, freetype, iperf, iptables, iw, less, libdrm,
libgcrypt, libglib2, libpng, libxml2, mdadm, memstat,
mtd-utils, nano, openssl, php, pppd, qt, radvd, setserial,
squashfs, wget, xlib_libX11, xlib_libXfont
Issues resolved (http://bugs.uclibc.org):

View File

@ -1,5 +1,12 @@
config BR2_PACKAGE_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
Direct Rendering Manager

View File

@ -3,7 +3,7 @@
# libdrm
#
#############################################################
LIBDRM_VERSION = 2.4.11
LIBDRM_VERSION = 2.4.19
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
LIBDRM_SITE = http://dri.freedesktop.org/libdrm/
LIBDRM_AUTORECONF = NO
@ -11,4 +11,6 @@ LIBDRM_LIBTOOL_PATCH = NO
LIBDRM_INSTALL_STAGING = YES
LIBDRM_INSTALL_TARGET = YES
LIBDRM_DEPENDENCIES = xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm xlib_libXmu xproto_dri2proto pthread-stubs
$(eval $(call AUTOTARGETS,package,libdrm))