Change-Id: I32c51c104f2ba5c346945fca63372acf0cb68024
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
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")