diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 09:00:39 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 09:00:39 +0200 |
| commit | c4c5f3fb7288a72c2923321efbf9b4790ffedfbe (patch) | |
| tree | 012ed07c56b1f660bea61a80cee55599ac4a1788 /CMakeLists.txt | |
| parent | 20bf8076e741c08798690023b9beaba621ca0d9c (diff) | |
| parent | aa8c2020ac31ccc53c6b87de20ddf321418811c6 (diff) | |
| download | ayatana-indicator-application-main.tar.gz ayatana-indicator-application-main.tar.bz2 ayatana-indicator-application-main.zip | |
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/26
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fc494c3..9b6105b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif() set(CMAKE_BUILD_TYPE "Release") find_package(PkgConfig REQUIRED) -pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0.6.2 gtk+-3.0>=3.24 ayatana-appindicator3-0.1>=0.5.3 dbus-glib-1>=0.110 dbusmenu-gtk3-0.4) +pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0.6.2 gtk+-3.0>=3.24 dbus-glib-1>=0.110 dbusmenu-gtk3-0.4 ayatana-appindicator-glib) # Set global variables |
