summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-01-18 12:39:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-17 10:08:48 +0200
commit6f7167fc8b81c8d6e4ed086c54469bd3e148f54a (patch)
tree2f23aa608549a31b12f86ee0e4cd79dffa47c2c6 /rules
parentc5bc6b39977246f0e52101edd04f451aba9ac364 (diff)
downloadptxdist-6f7167fc8b81c8d6e4ed086c54469bd3e148f54a.tar.gz
ptxdist-6f7167fc8b81c8d6e4ed086c54469bd3e148f54a.tar.xz
mesalib: at least one base API must be enabled.
EGL and GBM can only exist in conjunction of one of the base APIs. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/mesalib.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/mesalib.in b/rules/mesalib.in
index 2acf69d51..9950f1cef 100644
--- a/rules/mesalib.in
+++ b/rules/mesalib.in
@@ -110,6 +110,7 @@ config MESALIB_GLES2
select MESALIB_OPENGL
prompt "OpenGL ES2"
+if MESALIB_OPENGL || MESALIB_GLES1 || MESALIB_GLES2 || MESALIB_OPENVG
config MESALIB_EGL
bool
select MESALIB_UDEV
@@ -119,6 +120,7 @@ config MESALIB_GBM
bool
select MESALIB_UDEV
prompt "GBM"
+endif
if MESALIB_EGL