Commit abb4a5b6 authored by Jesper Baekdahl's avatar Jesper Baekdahl
Browse files

libdrm: bump version and add lib_pciaccess dependancy

parent 5538e476
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBDRM
	select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
	select BR2_PACKAGE_XLIB_LIBXXF86VM
	select BR2_PACKAGE_XLIB_LIBXMU
	select BR2_PACKAGE_XLIB_LIBPCIACCESS
	select BR2_PACKAGE_XPROTO_DRI2PROTO
	select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
	# libatomic_ops is only available on a subset of the supported
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# libdrm
#
#############################################################
LIBDRM_VERSION = 2.4.23
LIBDRM_VERSION = 2.4.38
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
LIBDRM_SITE = http://dri.freedesktop.org/libdrm/
LIBDRM_INSTALL_STAGING = YES
@@ -13,6 +13,7 @@ LIBDRM_DEPENDENCIES = \
	xproto_xf86vidmodeproto \
	xlib_libXxf86vm \
	xlib_libXmu \
	xlib_libpciaccess \
	xproto_dri2proto \
	xlib_libpthread-stubs \
	host-pkgconf