From bec7e4f38620d7855c0e5c0d4cea933dcf2827f3 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Thu, 23 Feb 2012 17:25:23 +0100 Subject: * [ GAM-4 ] Change Database Obsever notification implementation working, test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options. --- CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d33ca05..4b386ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,12 +49,6 @@ PROJECT(AudioManagerDeamon) OPTION( WITH_DBUS_WRAPPER "Enable Dbus Wrapper Support" ON ) -OPTION( WITH_SOCKETHANDLER_LOOP - "Enable SocketHandler Support (cannot work with SimpleDBusLoop)" ON ) - -OPTION( WITH_SIMPLEDBUS_LOOP - "Enable SimpleDBusLoop (requires DBus_Wrapper,cannot work with SocketHandler)" OFF ) - OPTION( WITH_TESTS "Build together with all available unitTest" ON ) @@ -129,7 +123,7 @@ SET(INTROSPECTION_COMMAND_XML_FILE "${AUDIO_INCLUDES_FOLDER}/dbus/CommandInterfa CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/cmake/config.cmake ${CMAKE_SOURCE_DIR}/includes/config.h ) FIND_PACKAGE(PkgConfig) -pkg_check_modules(DLT REQUIRED automotive-dlt) +pkg_check_modules(DLT REQUIRED automotive-dlt>=2.2.0) #this is due to BUGFIX [GDLT-41] IF(WITH_DOCUMENTATION) find_package(Doxygen) -- cgit v1.2.1