Removed unused build dependencies. 69/19969/1
authorOssama Othman <ossama.othman@intel.com>
Wed, 23 Apr 2014 22:37:10 +0000 (15:37 -0700)
committerOssama Othman <ossama.othman@intel.com>
Wed, 23 Apr 2014 22:37:10 +0000 (15:37 -0700)
Change-Id: I576434474514efc0867d7898148cdbbd898798c4
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
configure.ac
packaging/ico-uxf-utilities.spec
src/ico_dbus_amb_efl.c

index 6c5447e..af648f1 100644 (file)
@@ -20,12 +20,9 @@ PKG_PROG_PKG_CONFIG()
 
 PKG_CHECK_MODULES([GLIB], [glib-2.0])
 PKG_CHECK_MODULES([DLOG], [dlog])
-PKG_CHECK_MODULES([ECORE], [ecore])
-PKG_CHECK_MODULES([ELEMENTARY], [elementary])
 PKG_CHECK_MODULES([EDBUS], [edbus])
-PKG_CHECK_MODULES([APPCORE_EFL], [appcore-efl])
-OPT_CFLAGS="$GLIB_CFLAGS $DLOG_CFLAGS $ECORE_CFLAGS $ELEMENTARY_CFLAGS $EDBUS_CFLAGS $APPCORE_EFL_CFLAGS"
-OPT_LIBS="$GLIB_LIBS $DLOG_LIBS $ECORE_LIBS $ELEMENTARY_LIBS $EDBUS_LIBS $APPCORE_EFL_LIBS"
+OPT_CFLAGS="$GLIB_CFLAGS $DLOG_CFLAGS $EDBUS_CFLAGS"
+OPT_LIBS="$GLIB_LIBS $DLOG_LIBS $EDBUS_LIBS"
 AC_SUBST(OPT_CFLAGS)
 AC_SUBST(OPT_LIBS)
 
index c7e4ecf..a087a61 100644 (file)
@@ -10,10 +10,7 @@ Source0:    %{name}-%{version}.tar.bz2
 BuildRequires: pkgconfig(libwebsockets) >= 1.2
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(elementary)
 BuildRequires: pkgconfig(edbus)
-BuildRequires: pkgconfig(appcore-efl)
 Requires(post): /usr/bin/mkdir
 Requires(post): /usr/bin/chmod
 Requires: automotive-message-broker >= 0.10.803
index 6cd2231..b0dfd57 100644 (file)
@@ -1,4 +1,3 @@
-#include <Elementary.h>
 #include <E_DBus.h>
 #include <stdio.h>