summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 09:16:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 18:09:53 +0100
commit9612906c8637ee963c75398613a5dcb76fc1b2f0 (patch)
tree49f439f512d57a7e6bda9355447b6df8225c58ed
parent0e614f5f1fb62d0485bec9c9594bcff6097d0d01 (diff)
downloadptxdist-9612906c8637ee963c75398613a5dcb76fc1b2f0.tar.gz
ptxdist-9612906c8637ee963c75398613a5dcb76fc1b2f0.tar.xz
glu: needs glx
It checks for gl.pc which is only availabe with glx. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glu.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glu.in b/rules/glu.in
index 1f4a798b3..2cc2f223b 100644
--- a/rules/glu.in
+++ b/rules/glu.in
@@ -4,6 +4,6 @@ config GLU
tristate
prompt "glu"
select MESALIB
- select MESALIB_OPENGL
+ select MESALIB_GLX
help
Mesa OpenGL utility library (GLU)