mesa3d: add missing select of xproto_glproto
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 09:19:28 +0000 (10:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 09:19:28 +0000 (10:19 +0100)
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>
package/mesa3d/Config.in

index 04167c3833883a04aa787b26fc0a9b9381da45d9..6e16f9d64316d6163d479c1118577432dd295e4f 100644 (file)
@@ -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