All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Bump libdrm to 2.4.19
@ 2010-03-31 10:15 Paul Jones
  2010-04-01 11:46 ` Will Wagner
  2010-04-03  8:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Jones @ 2010-03-31 10:15 UTC (permalink / raw)
  To: buildroot

Also adds proper dependency information to stop build errors.

Signed-off-by: Paul Jones <paul@pauljones.id.au>
---
 package/libdrm/Config.in |    7 +++++++
 package/libdrm/libdrm.mk |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index 3d8a731..116bf13 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -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
 
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index eb04867..791e67d 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -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))
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] Bump libdrm to 2.4.19
  2010-03-31 10:15 [Buildroot] [PATCH] Bump libdrm to 2.4.19 Paul Jones
@ 2010-04-01 11:46 ` Will Wagner
  2010-04-03  8:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Will Wagner @ 2010-04-01 11:46 UTC (permalink / raw)
  To: buildroot

On 31/03/2010 11:15, Paul Jones wrote:
> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] Bump libdrm to 2.4.19
  2010-03-31 10:15 [Buildroot] [PATCH] Bump libdrm to 2.4.19 Paul Jones
  2010-04-01 11:46 ` Will Wagner
@ 2010-04-03  8:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-04-03  8:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Paul" == Paul Jones <paul@pauljones.id.au> writes:

 Paul> Also adds proper dependency information to stop build errors.
 Paul> Signed-off-by: Paul Jones <paul@pauljones.id.au>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-03  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-31 10:15 [Buildroot] [PATCH] Bump libdrm to 2.4.19 Paul Jones
2010-04-01 11:46 ` Will Wagner
2010-04-03  8:44 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.