From 7b4efc89e03015ab33f22d83dac940d3692a2931 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Oct 2015 13:34:39 +0000 Subject: Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use gnome-settings-daemon instead. --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a7df2f4..39bd921 100644 --- a/configure.ac +++ b/configure.ac @@ -45,12 +45,12 @@ if $PKG_CONFIG --exists unity-settings-daemon; then SD_BINARY="$USD_BINARY" fi -elif $PKG_CONFIG --exists mate-settings-daemon; then - MSD_BINARY=`$PKG_CONFIG --variable=binary mate-settings-daemon` - if test -z "$MSD_BINARY"; then - AC_MSG_NOTICE([Could not find path to mate-settings-daemon binary]) +elif $PKG_CONFIG --exists gnome-settings-daemon; then + GSD_BINARY=`$PKG_CONFIG --variable=binary gnome-settings-daemon` + if test -z "$GSD_BINARY"; then + AC_MSG_NOTICE([Could not find path to gnome-settings-daemon binary]) else - SD_BINARY="$MSD_BINARY" + SD_BINARY="$GSD_BINARY" fi fi @@ -58,7 +58,7 @@ fi if test -z "$SD_BINARY"; then AC_MSG_ERROR([Could not find any of the supported X11 settings daemons]) else - AC_DEFINE_UNQUOTED([SD_BINARY], ["$MSD_BINARY"], [Path to m-s-d]) + AC_DEFINE_UNQUOTED([SD_BINARY], ["$SD_BINARY"], [Path to u-s-d/g-s-d]) fi dnl ########################################################################### -- cgit v1.2.3