summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJongmin Lee <jm105.lee@samsung.com>2019-06-24 18:41:50 +0900
committerJongmin Lee <jm105.lee@samsung.com>2019-06-24 18:41:50 +0900
commit454044a17b0e2155c81ff42bca35802ca95ffda9 (patch)
tree21800112b54ebaed0538dc0ff118ad95ebdcddf3
parente57f01adcf4361cee9c5a5d6c6e486728e6b99ba (diff)
downloadbrowser-454044a17b0e2155c81ff42bca35802ca95ffda9.tar.gz
browser-454044a17b0e2155c81ff42bca35802ca95ffda9.tar.bz2
browser-454044a17b0e2155c81ff42bca35802ca95ffda9.zip
use ecore-wl2 instead of ecore-wayland in cmake files
Change-Id: I718afb49ee20a30ce4f7254ea9465b8bac6450c7
-rw-r--r--cmake/EFLHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/EFLHelpers.cmake b/cmake/EFLHelpers.cmake
index 114408a8..3ca4fc00 100644
--- a/cmake/EFLHelpers.cmake
+++ b/cmake/EFLHelpers.cmake
@@ -1,7 +1,7 @@
#FIXME: Do not use CMAKE_CXX_FLAGS
IF(WAYLAND_SUPPORT)
- SET(WIN_PKG "ecore-wayland")
+ SET(WIN_PKG "ecore-wl2")
ELSE(WAYLAND_SUPPORT)
SET(WIN_PKG "ecore-x")
ENDIF(WAYLAND_SUPPORT)