From 084d912cb688c5a9257b3446b2f5f40260d16c6f Mon Sep 17 00:00:00 2001 From: Fabio Mello Date: Fri, 14 Feb 2014 10:35:57 -0200 Subject: Apps should not require ecore_x. The current UG_INIT_EFL() macro forces the applications who uses it to depend on ecore_x. This patch uses a higher level of abstraction in this macro, this approach lets ui-gadget-1 handle the display server without expose this to its dependents. Signed-off-by: Leandro Dorileo Signed-off-by: Fabio Mello Conflicts: CMakeLists.txt Change-Id: I9a1683df1ee64b2d997b0edfedc6bfc695aed9e7 --- packaging/ui-gadget-1.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging') diff --git a/packaging/ui-gadget-1.spec b/packaging/ui-gadget-1.spec index 3c084a9..e8e5113 100644 --- a/packaging/ui-gadget-1.spec +++ b/packaging/ui-gadget-1.spec @@ -20,6 +20,7 @@ BuildRequires: pkgconfig(utilX) BuildRequires: pkgconfig(x11) %endif BuildRequires: pkgconfig(appsvc) +BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(vconf) -- cgit v1.2.3