View | Details | Raw Unified | Return to bug 184944
Collapse All | Expand All

(-)a/cairo-dock-plugins/files/patch-CMakeLists.txt (-11 lines)
Removed Link Here
1
--- CMakeLists.txt.orig	2013-12-17 20:16:13.000000000 +0200
2
+++ CMakeLists.txt	2013-12-17 20:16:34.000000000 +0200
3
@@ -717,7 +717,7 @@
4
 enable_if_not_defined (enable-gmenu)
5
 if (enable-gmenu)
6
 	set (GMENU_MODULE "libgnome-menu-3.0")
7
-	set (GMENU_MODULE_OLD "libgnome-menu")
8
+	set (GMENU_MODULE_OLD "libgnome-menu gio-unix-2.0")
9
 	pkg_check_modules (GMENU_PACKAGE ${GMENU_MODULE})
10
 	if (NOT GMENU_PACKAGE_FOUND)
11
 		message (STATUS "Could not find ${GMENU_MODULE}; trying with an old version...")

Return to bug 184944