summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2011-08-03 14:44:45 +0900
committerChia-I Wu <olvaffe@gmail.com>2011-08-03 15:07:58 +0900
commitdb6005a51c7d4df0be96b1ea6b4cf29854eb29d6 (patch)
tree987fe5bcdd2cadea8635c71cf4e86ec8b8eaecf7
parentb35c06586ec0026cbf150d294019fa095ca81aa9 (diff)
android: rename libmesa_classic_egl to libmesa_egl_dri2
-rw-r--r--Android.mk2
-rw-r--r--src/egl/Android.mk2
-rw-r--r--src/gallium/targets/Android.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 9dbbbc898c..1f8abe4439 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,7 +30,7 @@
# The main target is libGLES_mesa. Classic drivers depend on
#
# libmesa_egl
-# libmesa_classic_egl
+# libmesa_egl_dri2
#
# Gallium drivers depend on
#
diff --git a/src/egl/Android.mk b/src/egl/Android.mk
index 9dcd583660..5fcd40c112 100644
--- a/src/egl/Android.mk
+++ b/src/egl/Android.mk
@@ -88,7 +88,7 @@ LOCAL_C_INCLUDES := \
$(DRM_TOP) \
$(DRM_TOP)/include/drm
-LOCAL_MODULE := libmesa_classic_egl
+LOCAL_MODULE := libmesa_egl_dri2
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)
diff --git a/src/gallium/targets/Android.mk b/src/gallium/targets/Android.mk
index ea23c6bae8..7b9a8950c2 100644
--- a/src/gallium/targets/Android.mk
+++ b/src/gallium/targets/Android.mk
@@ -43,7 +43,7 @@ LOCAL_SHARED_LIBRARIES := \
libcutils
ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
-LOCAL_STATIC_LIBRARIES += libmesa_classic_egl
+LOCAL_STATIC_LIBRARIES += libmesa_egl_dri2
LOCAL_SHARED_LIBRARIES += libdrm
endif