Fix a build error in WEARABLE profile 47/55747/1
authorYoonsang Lee <ysang114.lee@samsung.com>
Tue, 29 Dec 2015 06:20:40 +0000 (15:20 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 29 Dec 2015 06:22:52 +0000 (15:22 +0900)
- Change the name of gles package

Change-Id: Ia880f4979b01053abe1ba2091cf8517ed963d469

build/tizen/configure.ac

index 6a0bae8..d0c6ac9 100644 (file)
@@ -229,7 +229,7 @@ PKG_CHECK_MODULES(OPENGLES20, gles20)
 fi
 
 if test "x$enable_profile" = "xWEARABLE"; then
-PKG_CHECK_MODULES(OPENGLES20, gles20)
+PKG_CHECK_MODULES(OPENGLES20, glesv2)
 fi
 
 if test "x$enable_profile" = "xTV"; then