Removed unnecessary build dependencies. 21/20021/3
authorOssama Othman <ossama.othman@intel.com>
Thu, 24 Apr 2014 19:44:13 +0000 (12:44 -0700)
committerOssama Othman <ossama.othman@intel.com>
Thu, 24 Apr 2014 19:59:40 +0000 (12:59 -0700)
Change-Id: I286c71f7a3dc94b54c8518be2c5bb48ee511a0ee
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
configure.ac
packaging/ico-uxf-weston-plugin.spec
src/ico_input_mgr.c
src/ico_window_animation.c
tests/Makefile.am

index 12984be..08bf5e9 100644 (file)
@@ -30,7 +30,7 @@ AC_CHECK_HEADERS([execinfo.h])
 
 AC_CHECK_FUNCS([mkostemp strchrnul])
 
-PKG_CHECK_MODULES([PLUGIN], [weston >= 1.1.1 pixman-1 xkbcommon])
+PKG_CHECK_MODULES([PLUGIN], [weston >= 1.4 pixman-1])
 
 if test "x$GCC" = "xyes"; then
        my_common_gcc_flags="-Wall -Wextra -Wno-unused-parameter \
index 066a2c3..7f13643 100644 (file)
@@ -9,12 +9,7 @@ Source0:    %{name}-%{version}.tar.bz2
 
 BuildRequires: pkgconfig(weston) >= 1.4.0
 BuildRequires: pkgconfig(pixman-1)
-BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
-BuildRequires: pkgconfig(eina)
 BuildRequires: pkgconfig(evas)
-BuildRequires: pkgconfig(eina)
-BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(ecore-wayland)
 BuildRequires: pkgconfig(aul)
 BuildRequires: pkgconfig(ecore)
 BuildRequires: mesa-devel
index 500851a..9f6a930 100644 (file)
@@ -44,7 +44,6 @@
 #include <linux/uinput.h>
 #include <errno.h>
 
-#include <pixman.h>
 #include <wayland-server.h>
 #include <weston/compositor.h>
 #include "ico_ivi_common_private.h"
index 22bfee7..c3e0aa8 100644 (file)
@@ -39,8 +39,6 @@
 #include <sys/stat.h>
 
 #include <weston/compositor.h>
-#include <pixman.h>
-#include <ilm/ilm_types.h>
 #include <weston/weston-layout.h>
 #include "ico_ivi_common_private.h"
 #include "ico_window_mgr_private.h"
index c57892e..658a020 100644 (file)
@@ -2,7 +2,7 @@ TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/weston-plugin-test
 
 export abs_builddir
 
-EFL_INCLUDE = `pkg-config --cflags ecore-evas ecore evas ecore-wayland elementary`
+EFL_INCLUDE = `pkg-config --cflags ecore-evas ecore evas`
 GENIVI_INCLUDE = -I/usr/include/ilm -I/usr/include/layermanager
 GENIVI_LIBS = -lilmCommon -lilmControl -lilmClient
 
@@ -21,7 +21,7 @@ AM_LDFLAGS = -module -avoid-version -rpath $(libdir) -lwayland-egl -lEGL -lGLESv
 
 test_common_src = test-common.c test-common.h
 test_protocol_lib = ../src/.libs/libico-uxf-weston-plugin.so
-test_efl_libs = -lecore_evas -lecore -levas -lecore_wayland -lelementary
+test_efl_libs = -lecore_evas -lecore -levas
 test_wayland_client = -lwayland-client
 
 test_homescreen_SOURCES = test-homescreen.c $(test_common_src) test-thumbnail.c