From 7949738e86f832cea414410c1997d3195e095549 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 26 Sep 2024 10:41:33 +0200 Subject: Allow the service to handle both legacy menus and the new GMenu --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3