summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-06-11 19:41:48 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-11 22:11:31 +0200
commitf95cecf5865ae68788ff3d0d8429c95c6ea2d9f9 (patch)
tree18cb1626037938012de5ecd11ec5a70009281d61
parent4b8a395fd20c54fbc0983b97854b441b47727864 (diff)
downloadbuildroot-f95cecf5865ae68788ff3d0d8429c95c6ea2d9f9.tar.gz
buildroot-f95cecf5865ae68788ff3d0d8429c95c6ea2d9f9.zip
package/mesa3d: depend on udev
checking for LIBUDEV... no configure: error: libudev-dev required for building DRI Fixes http://autobuild.buildroot.net/results/16d/16d12b986051db884eae86e9658e6c4fc0f28885/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/mesa3d/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 6621154d48..e698b3ebf7 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -10,6 +10,7 @@ menuconfig BR2_PACKAGE_MESA3D
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
+ depends on BR2_PACKAGE_HAS_UDEV
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
@@ -125,6 +126,6 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
endif # BR2_PACKAGE_MESA3D
-comment "mesa3d needs a toolchain w/ C++, largefile, NPTL"
+comment "mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL"
depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP || \
- !BR2_TOOLCHAIN_HAS_THREADS_NPTL
+ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV
OpenPOWER on IntegriCloud