aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-06 10:17:08 +0100
committerRobert Tari <robert@tari.in>2021-12-09 12:50:31 +0100
commit078be8ba2186cf095a2f4c162665a4a265cab3d6 (patch)
treedc3fc73cf009f94791158320baee6251c7e64038 /src
parenta1d1bd53d739bc1b559df880c48da186ccd44800 (diff)
downloadlibayatana-common-078be8ba2186cf095a2f4c162665a4a265cab3d6.tar.gz
libayatana-common-078be8ba2186cf095a2f4c162665a4a265cab3d6.tar.bz2
libayatana-common-078be8ba2186cf095a2f4c162665a4a265cab3d6.zip
Add ENABLE_LOMIRI_FEATURES switch
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3e4d529..7ca0f5f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,12 +4,11 @@ add_library(ayatana-common SHARED
)
target_link_libraries(ayatana-common
- ${GLIB_LIBRARIES}
- ${URLDISPATCHER_LIBRARIES}
+ ${DEPS_LIBRARIES}
)
-if(URLDISPATCHER_FOUND)
- add_definitions( -DHAS_URLDISPATCHER )
+if(ENABLE_LOMIRI_FEATURES)
+ add_definitions( -DLOMIRI_FEATURES_ENABLED )
endif()
set(PUBLIC_HEADERS