[3.0] Fix Tizen build break - change gles20 to glesv2
authorYoonsang Lee <ysang114.lee@samsung.com>
Tue, 23 Jun 2015 06:08:10 +0000 (15:08 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 23 Jun 2015 06:08:34 +0000 (15:08 +0900)
Change-Id: I26dfd5a0bdb0573292cb34bbe4a3c540ec2aeee9

build/tizen/configure.ac
packaging/dali-adaptor-mobile.spec

index f243938..d14723f 100644 (file)
@@ -176,11 +176,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)
index 92dbf20..4e04700 100644 (file)
@@ -48,7 +48,7 @@ BuildRequires:  libdrm-devel
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(capi-system-system-settings)
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(gles20)
+BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(efl-assist)
 BuildRequires:  libcurl-devel
 BuildRequires:  pkgconfig(harfbuzz)