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>
This commit is contained in:
parent
4e5f17e8ed
commit
da7f56d813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user