diff options
| author | Robert Tari <robert@tari.in> | 2024-09-26 10:41:33 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:43:34 +0200 |
| commit | 7949738e86f832cea414410c1997d3195e095549 (patch) | |
| tree | 57197e45b9d2796d114891738df05530abdb324e /CMakeLists.txt | |
| parent | 26523e2d825d089b099b36f49e7a84ccf03f8a06 (diff) | |
| download | ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.gz ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.bz2 ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.zip | |
Allow the service to handle both legacy menus and the new GMenu
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 |
