diff options
| author | Robert Tari <robert@tari.in> | 2025-03-11 20:32:31 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:49:53 +0200 |
| commit | 9f40b10498bdb723b27373f29c88d9c772961666 (patch) | |
| tree | c01baec6a22bdfb9ea2db2316c58570bf66968d1 /CMakeLists.txt | |
| parent | 20bf8076e741c08798690023b9beaba621ca0d9c (diff) | |
| download | ayatana-indicator-application-9f40b10498bdb723b27373f29c88d9c772961666.tar.gz ayatana-indicator-application-9f40b10498bdb723b27373f29c88d9c772961666.tar.bz2 ayatana-indicator-application-9f40b10498bdb723b27373f29c88d9c772961666.zip | |
Embed dmusmenu source files and drop libdbusmenu dependency
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..6b5b4c1 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 ayatana-appindicator3-0.1>=0.5.3 dbus-glib-1>=0.110) # Set global variables |
