[Mesa-dev] [PATCH 07/12] egl: scons: link against libloader
Alexander von Gluck IV
kallisti5 at unixzen.com
Mon Dec 22 06:36:06 PST 2014
From: Emil Velikov <emil.l.velikov at gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/egl/main/SConscript | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/egl/main/SConscript b/src/egl/main/SConscript
index 08cc42e..6582621 100644
--- a/src/egl/main/SConscript
+++ b/src/egl/main/SConscript
@@ -30,6 +30,7 @@ env.Append(CPPPATH = [
env.Prepend(LIBS = [
'egl_dri2',
+ libloader,
])
# parse Makefile.sources
--
1.7.1
More information about the mesa-dev
mailing list