summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-01-11 03:12:40 +0000
committerEmil Velikov <[email protected]>2014-01-18 18:47:48 +0000
commita9800242244098fddcd2b963d8f5ccda5dea8290 (patch)
tree9ab0c218db446ad501bcb221e8ae16eaa8296a4c /src/gallium/targets/egl-static/SConscript
parentfae0dfa59b3111fecc7b8de8493eaaee165a102a (diff)
egl-static: use loader util lib
v2 * Drop the no longer used _EGL_NO_DRM from Android.mk. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static/SConscript')
-rw-r--r--src/gallium/targets/egl-static/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript
index 56e12e838f5..83937fe61ad 100644
--- a/src/gallium/targets/egl-static/SConscript
+++ b/src/gallium/targets/egl-static/SConscript
@@ -31,6 +31,7 @@ env.Prepend(LIBS = [
rbug,
trace,
galahad,
+ libloader,
gallium,
egl,
st_egl,