Add device smack rule and fix build erros when using mobile spec.
[platform/core/uifw/dali-adaptor.git] / build / tizen / configure.ac
index d760e20..4fe7ac7 100644 (file)
@@ -176,7 +176,11 @@ 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)