egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
[mesa.git] / src / egl / SConscript
index 8f8b11a61ce94b51cca5ca8558147ac55c61b55d..927092d22847dfbdb291b02dd65c511eef17f768 100644 (file)
@@ -24,6 +24,8 @@ env.Append(CPPDEFINES = [
 ])
 egl_sources.append('drivers/haiku/egl_haiku.cpp')
 
+env.Prepend(LIBS = [mesautil])
+
 egl = env.SharedLibrary(
     target = 'EGL',
     source = egl_sources,