Make ug-bluetooth-efl not dependent on x11. 63/15763/1
authorFabio Mello <fabio.mello@intel.com>
Thu, 23 Jan 2014 18:27:15 +0000 (16:27 -0200)
committerLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Mon, 27 Jan 2014 18:52:44 +0000 (16:52 -0200)
Change-Id: I004d6ce1f4d2e918f30e2474dbb993e9bff52c0c
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
CMakeLists.txt

index 7eb2501..4602ac0 100644 (file)
@@ -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})