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/egl | |
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/egl')
-rw-r--r-- | src/egl/main/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk index 30e5ea7d860..61465da05f5 100644 --- a/src/egl/main/Android.mk +++ b/src/egl/main/Android.mk @@ -154,6 +154,7 @@ LOCAL_STATIC_LIBRARIES := \ libmesa_glsl \ libmesa_glsl_utils \ libmesa_gallium \ + libloader \ $(LOCAL_STATIC_LIBRARIES) endif # MESA_BUILD_GALLIUM |