From 7ad6c8f8ef4396750b044af90414474750f28bab Mon Sep 17 00:00:00 2001 From: Yoonsang Lee Date: Tue, 23 Jun 2015 15:08:10 +0900 Subject: [PATCH] Fix Tizen build break - change gles20 to glesv2 Change-Id: I26dfd5a0bdb0573292cb34bbe4a3c540ec2aeee9 --- build/tizen/configure.ac | 4 ---- packaging/dali-adaptor-mobile.spec | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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) diff --git a/packaging/dali-adaptor-mobile.spec b/packaging/dali-adaptor-mobile.spec index 92dbf20..4e04700 100644 --- a/packaging/dali-adaptor-mobile.spec +++ b/packaging/dali-adaptor-mobile.spec @@ -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) -- 2.7.4