35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From f05af64dd29a5119f36d0c34f0d6aa9f04567933 Mon Sep 17 00:00:00 2001
|
|
From: Andreas Henriksson <andreas@fatal.se>
|
|
Date: Fri, 5 Apr 2013 12:30:55 +0200
|
|
Subject: [PATCH 2/2] Bump required version of gnome-settings-daemon to 3.8
|
|
|
|
Reported by Pacho Ramos in https://bugzilla.gnome.org/697146
|
|
and from the references gentoo bug report:
|
|
|
|
With gnome-base/gnome-settings-daemon-3.6.4:
|
|
|
|
gdusdmanager.c: At top level:
|
|
gdusdmanager.c:42:1: error: unknown type name 'GduSdClass'
|
|
gdusdmanager.c:80:1: warning: 'gdu_sd_manager_start' defined but not used [-Wunused-function]
|
|
gdusdmanager.c:124:1: warning: 'gdu_sd_manager_new' defined but not used [-Wunused-function]
|
|
make[3]: *** [libgdu_sd_la-gdusdmanager.lo] Error 1
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index d8f6198..2604798 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -109,7 +109,7 @@ LIBSECRET1_REQUIRED=0.7
|
|
PWQUALITY_REQUIRED=1.0.0
|
|
CANBERRA_REQUIRED=0.1
|
|
LIBDVDREAD_REQUIRED=4.2.0
|
|
-GSD_PLUGIN_REQUIRED=3.6
|
|
+GSD_PLUGIN_REQUIRED=3.8
|
|
LIBNOTIFY_REQUIRED=0.7
|
|
LIBLZMA_REQUIRED=5.0.5
|
|
|
|
--
|
|
1.8.3.2
|
|
|