From 768df672753cedc681f38906a1400890b69fc12b Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 24 Feb 2014 12:47:09 +0100 Subject: [PATCH] configure: add optional solution to alert XDG_DATA_DIRS are searched by dbus. So if prefix is added before dbus is started, it will find the services. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b2245cca53..109a368599 100644 --- a/configure.ac +++ b/configure.ac @@ -4366,6 +4366,8 @@ if test "x$prefix" != "x/usr"; then echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service" echo " ln -s $prefix/share/dbus-1/services/org.enlightenment.Efreet.service /usr/share/dbus-1/services/org.enlightenment.Efreet.service" echo "" + echo "or add $prefix to XDG_DATA_DIRS" + echo "" echo "#-------------------------------------------------------------------#" fi