Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libdrm: Explain dependency on xorg in Kconfig
@ 2014-04-27 10:35 Bernd Kuhls
  2014-04-27 20:32 ` Peter Korsgaard
  2014-04-27 21:28 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-04-27 10:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libdrm/Config.in |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index df95eec..e6a7a42 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -21,6 +21,9 @@ config BR2_PACKAGE_LIBDRM_INTEL
 	help
 	  installs intel graphics driver
 
+comment "libdrm intel driver depends on X.org"
+	depends on !BR2_PACKAGE_XORG7
+
 config BR2_PACKAGE_LIBDRM_RADEON
 	bool "radeon"
 	help
-- 
1.7.10.4

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

end of thread, other threads:[~2014-04-27 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-27 10:35 [Buildroot] [PATCH 1/1] libdrm: Explain dependency on xorg in Kconfig Bernd Kuhls
2014-04-27 20:32 ` Peter Korsgaard
2014-04-27 21:28 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox