fix: support x11 and wl configuration
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 6 Mar 2014 14:10:49 +0000 (15:10 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 6 Mar 2014 14:10:49 +0000 (15:10 +0100)
Change-Id: I32c51c104f2ba5c346945fca63372acf0cb68024
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
CMakeLists.txt

index d34045799e9170ded8c94cf0b614b71e35a2a89b..79a53ab4a3195aa4509bc815686f4fdd176a1bce 100755 (executable)
@@ -12,10 +12,12 @@ INCLUDE_DIRECTORIES(${INC_DIR})
 
 IF(X11_SUPPORT)
 SET(requires "elementary ecore ecore-x ecore-file dlog vconf appcore-efl capi-base-common glib-2.0 gobject-2.0 fontconfig libxml-2.0")
-ELSE(WAYLAND_SUPPORT)
-SET(requires "elementary ecore ecore-wayland ecore-file dlog vconf appcore-efl capi-base-common glib-2.0 gobject-2.0 fontconfig libxml-2.0")
 ENDIF(X11_SUPPORT)
 
+IF(WAYLAND_SUPPORT)
+SET(requires "elementary ecore ecore-wayland ecore-file dlog vconf appcore-efl capi-base-common glib-2.0 gobject-2.0 fontconfig libxml-2.0")
+ENDIF(WAYLAND_SUPPORT)
+
 SET(pc_requires "capi-base-common")