From 5a49c61da24222833ab2d1484ac0bbae58b9e19b Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 25 Aug 2021 01:12:25 +0200 Subject: Drop all references to lomiri-url-dispatcher --- src/CMakeLists.txt | 6 +----- src/notifier.c | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d6e3c7b..499efb4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,3 @@ -if(URLDISPATCHER_FOUND) - add_definitions( -DHAS_URLDISPATCHER ) -endif() - # handwritten sources set(SERVICE_MANUAL_SOURCES brightness.c @@ -58,5 +54,5 @@ link_directories(${SERVICE_DEPS_LIBRARY_DIRS}) # the executable: lib + main() add_executable (${SERVICE_EXEC} main.c) set_source_files_properties(${SERVICE_SOURCES} main.c PROPERTIES COMPILE_FLAGS "${C_WARNING_ARGS} -std=c99") -target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES} ${URLDISPATCHER_LIBRARIES}) +target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES}) install (TARGETS ${SERVICE_EXEC} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}) diff --git a/src/notifier.c b/src/notifier.c index d982ac2..098c9b8 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -28,10 +28,6 @@ #include "notifier.h" #include "utils.h" -#ifdef HAS_URLDISPATCHER -#include -#endif - #include #include -- cgit v1.2.3