[gnome-settings-daemon/gnome-3-6] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-6] Fix the build
- Date: Fri, 12 Oct 2012 03:06:16 +0000 (UTC)
commit ce4f4578d2c22a44b04116f812ea29ede0996426
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 11 23:06:07 2012 -0400
Fix the build
This extra comma was causing the xsettings test to fail to link,
because it was missing the X11 libs.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 15e381a..815750b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ PKG_CHECK_MODULES(SETTINGS_DAEMON,
PKG_CHECK_MODULES(SETTINGS_PLUGIN,
gtk+-3.0 >= $GTK_REQUIRED_VERSION
gio-2.0 >= $GIO_REQUIRED_VERSION
- libnotify >= $LIBNOTIFY_REQUIRED_VERSION,
+ libnotify >= $LIBNOTIFY_REQUIRED_VERSION
gsettings-desktop-schemas
x11
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]