Fix Tizen build break - change gles20 to glesv2
[platform/core/uifw/dali-adaptor.git] / build / tizen / configure.ac
index 5047020..1f6e8da 100644 (file)
@@ -168,11 +168,7 @@ AM_CONDITIONAL([WAYLAND], [test x$enable_wayland = xyes])
 # should not disable features. This allows the developer to override
 # features through the command line.
 
-if test "x$enable_profile" = "xMOBILE"; then
-PKG_CHECK_MODULES(OPENGLES20, gles20)
-else
 PKG_CHECK_MODULES(OPENGLES20, glesv2 egl)
-fi
 
 if test "x$enable_profile" != "xUBUNTU"; then
 PKG_CHECK_MODULES(CAPI_APPFW_APPLICATION, capi-appfw-application)