summaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-09-08 11:45:23 +0100
committerEric Engestrom <[email protected]>2017-09-12 13:53:11 +0100
commitf4a9d205d8a6474defa86dc4f12b7e63e61a49d9 (patch)
tree23e1de3f27f353811fc0a9196c1f78c2c6010306 /src/glx/SConscript
parent6ea8db5b4ca467717b2fd4b69fc8b97fe29ffe1f (diff)
glx: turn LIBGL_DIAGNOSTIC into a boolean
Instead of setting based on set/unset, allow users to use boolean values. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r--src/glx/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index ca94d79519c..8ce17715814 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -29,6 +29,7 @@ env.Append(CPPDEFINES = [
env.Prepend(LIBS = [
libloader,
+ mesautil,
glapi
])