libdrm/intel: Explain dependency on xorg in Kconfig only for BR2_i386/BR2_x86_64
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 28 Apr 2014 04:58:48 +0000 (06:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Jul 2014 22:11:17 +0000 (00:11 +0200)
Suggested by Yann: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/82731

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libdrm/Config.in

index 9acc9085922e145550c9219419f0c153d40a50e8..a9c9171ccda1f4f25ef23f30dd161a7e894f9631 100644 (file)
@@ -27,6 +27,7 @@ config BR2_PACKAGE_LIBDRM_INTEL
          installs intel graphics driver
 
 comment "libdrm intel driver depends on X.org"
+       depends on BR2_i386 || BR2_x86_64
        depends on !BR2_PACKAGE_XORG7
 
 config BR2_PACKAGE_LIBDRM_RADEON