projects
/
platform
/
core
/
uifw
/
libscl-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde4cbe
)
Add x11 dependency
74/43774/1
author
Sungmin Kwak
<sungmin.kwak@samsung.com>
Mon, 13 Jul 2015 10:04:39 +0000
(19:04 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 14 Jul 2015 00:47:34 +0000
(09:47 +0900)
Change-Id: I4e3f41114dd76fd9a551a6c81df98d003e59a54c
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
31d0203
..
b828496
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-44,7
+44,7
@@
IF (with_wayland)
ADD_DEFINITIONS("-DWAYLAND")
pkg_check_modules(pkgs REQUIRED ${PKGS_CHECK_MODULES} ecore-wayland wayland-client)
ELSE (with_wayland)
- pkg_check_modules(pkgs REQUIRED ${PKGS_CHECK_MODULES} ecore-x)
+ pkg_check_modules(pkgs REQUIRED ${PKGS_CHECK_MODULES} ecore-x
x11
)
ENDIF(with_wayland)
FOREACH(flag ${pkgs_CFLAGS})