diff options
author | Robert Tari <robert@tari.in> | 2021-05-25 16:07:45 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-05-25 16:07:45 +0200 |
commit | eced932e2243a8906fdfccf55f0e6d695a4d59bf (patch) | |
tree | d3d33bf593dc9741135ac74825c1a028d3480035 /CMakeLists.txt | |
parent | 3b9fe90ec0e7674126dd0e18d0ff1718b5b67133 (diff) | |
parent | 4a6696a9a28e4fa20e5d4c8ecbce527c13e6d1b8 (diff) | |
download | ayatana-indicator-session-eced932e2243a8906fdfccf55f0e6d695a4d59bf.tar.gz ayatana-indicator-session-eced932e2243a8906fdfccf55f0e6d695a4d59bf.tar.bz2 ayatana-indicator-session-eced932e2243a8906fdfccf55f0e6d695a4d59bf.zip |
Merge branch 'sunweaver-libayatana-common'
Attributes GH PR #35: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/35
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c9a76fb..3d43114 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,17 +31,11 @@ set (CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_ find_package (PkgConfig REQUIRED) include (FindPkgConfig) pkg_check_modules (SERVICE REQUIRED + libayatana-common>=0.9.2 glib-2.0>=2.36 gio-unix-2.0>=2.36) include_directories (${SERVICE_INCLUDE_DIRS}) -set(URL_DISPATCHER_REQUIRED_VERSION 0) -pkg_check_modules( - URLDISPATCHER - lomiri-url-dispatcher>=${URL_DISPATCHER_REQUIRED_VERSION} -) -include_directories(${URLDISPATCHER_INCLUDE_DIRS}) - set (CC_WARNING_ARGS " -Wall -pedantic -Wextra -Wno-missing-field-initializers") set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) |