summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:19:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:19:28 +0100
commitda7f56d81316be0dafb5f8a1236ba96266ee3dc2 (patch)
tree2339830b2e9b87fb2729d5e917d10f672267af25
parent4e5f17e8edc4e377f747893979c0a154c7e76117 (diff)
downloadbuildroot-da7f56d81316be0dafb5f8a1236ba96266ee3dc2.tar.gz
buildroot-da7f56d81316be0dafb5f8a1236ba96266ee3dc2.zip
mesa3d: add missing select of xproto_glproto
When X.org is available, mesa3d has xproto_glproto in its dependencies, but it forgets to select it. This commit fixes this mistake, which fixes the following autobuilder failure: http://autobuild.buildroot.org/results/378/378bbf8520d67a67b5906ec177079542158a6be7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mesa3d/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 04167c3833..6e16f9d643 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -3,6 +3,7 @@ menuconfig BR2_PACKAGE_MESA3D
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_XORG7
+ select BR2_PACKAGE_XPROTO_GLPROTO if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XPROTO_XF86DRIPROTO if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
OpenPOWER on IntegriCloud