From b9604d896d9d4c9abb9e38f8f313d10d9d30e183 Mon Sep 17 00:00:00 2001 From: Fabio Mello Date: Thu, 23 Jan 2014 16:27:15 -0200 Subject: [PATCH] Make ug-bluetooth-efl not dependent on x11. Change-Id: I004d6ce1f4d2e918f30e2474dbb993e9bff52c0c Signed-off-by: Leandro Dorileo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7eb2501..4602ac0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ src/libraries/bt-net-connection.c INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include) INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED elementary appcore-efl ui-gadget-1 x11 dlog vconf edbus evas edje ecore eina aul syspopup-caller +pkg_check_modules(pkgs REQUIRED elementary appcore-efl ui-gadget-1 dlog vconf edbus evas edje ecore eina aul syspopup-caller gobject-2.0 capi-network-bluetooth capi-network-connection) FOREACH(flag ${pkgs_CFLAGS}) -- 2.7.4