diff options
author | Emil Velikov <[email protected]> | 2014-01-11 03:12:40 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-01-18 18:47:48 +0000 |
commit | a9800242244098fddcd2b963d8f5ccda5dea8290 (patch) | |
tree | 9ab0c218db446ad501bcb221e8ae16eaa8296a4c /src/gallium/targets/egl-static/Makefile.am | |
parent | fae0dfa59b3111fecc7b8de8493eaaee165a102a (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/Makefile.am')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index ebffd0ecfbb..73bb79569c0 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -61,6 +61,7 @@ egl_gallium_la_LIBADD = \ $(top_builddir)/src/gallium/drivers/rbug/librbug.la \ $(top_builddir)/src/gallium/state_trackers/egl/libegl.la \ $(top_builddir)/src/egl/main/libEGL.la \ + $(top_builddir)/src/loader/libloader.la \ $(CLOCK_LIB) \ $(LIBUDEV_LIBS) \ $(DLOPEN_LIBS) \ |