aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-06-12 19:05:35 +0200
committerRobert Tari <robert@tari.in>2022-06-12 19:05:35 +0200
commitcca8a803afe47c54226b21b2991c8da515b13ab2 (patch)
tree19e25bed422e8864f72c7210cdc3c759e4dbae3e
parentfb2f014e6cd974595f406ba3d5d2fe774ff04d75 (diff)
parent6d89352b85087b33af50eb8af138da584f191385 (diff)
downloadayatana-indicator-keyboard-cca8a803afe47c54226b21b2991c8da515b13ab2.tar.gz
ayatana-indicator-keyboard-cca8a803afe47c54226b21b2991c8da515b13ab2.tar.bz2
ayatana-indicator-keyboard-cca8a803afe47c54226b21b2991c8da515b13ab2.zip
Merge branch 'sunweaver-pr/relax-x11-build-requirements'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/33
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fd09e03..8febac4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ find_package (PkgConfig REQUIRED)
include (CheckIncludeFile)
include (FindPkgConfig)
pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 libayatana-common>=0.9.3 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3)
-pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.7 libxklavier>=5.4)
+pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.5 libxklavier>=5.3)
include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS})
# custom targets