X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=build%2Ftizen%2Fconfigure.ac;h=1f6e8da80d4d05243bd0ef849abc326a2c2478cc;hb=7ad6c8f8ef4396750b044af90414474750f28bab;hp=5047020b30fe8279352894f0daebc876871a2f8f;hpb=538c40a2eee024caedb5f253d48f380ce56d9690;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 5047020..1f6e8da 100644 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -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)