summaryrefslogtreecommitdiffstats
path: root/rules/cairo.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-16 12:37:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:21:01 +0200
commit67b58b3f3c0566a333d95e6c44ebcb6ca7035a38 (patch)
tree1ab3e1bab7983ed7a3048435c7da266e2ca9fd0d /rules/cairo.in
parent44de5d0b70809464c444717135e1eedcf923fc36 (diff)
downloadptxdist-67b58b3f3c0566a333d95e6c44ebcb6ca7035a38.tar.gz
ptxdist-67b58b3f3c0566a333d95e6c44ebcb6ca7035a38.tar.xz
cairo: add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cairo.in')
-rw-r--r--rules/cairo.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/cairo.in b/rules/cairo.in
index a12ebbc4a..638543006 100644
--- a/rules/cairo.in
+++ b/rules/cairo.in
@@ -83,11 +83,12 @@ if CAIRO_GL || CAIRO_GLES2
config CAIRO_GLX
bool
- depends on !CAIRO_EGL
+ depends on !CAIRO_EGL && CAIRO_GL
prompt "GLX support"
config CAIRO_EGL
bool
+ depends on CAIRO_GL || CAIRO_GLES2
prompt "EGL support"
endif