[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix garcon-2 dependancy check
noreply at xfce.org
noreply at xfce.org
Thu May 4 14:37:51 CEST 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit a9d3b672a281538b7de984424a5a2218cafb21b6
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Thu May 4 15:37:03 2017 +0300
Fix garcon-2 dependancy check
garcon-2 was dropped because it doesn't do anything so revert back
to using garcon-1. Thanks Skunnyk!
---
configure.ac.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 6d9e717..992ad45 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -151,10 +151,10 @@ if test "x$ac_cv_enable_desktop_menu" = "xno"; then
build_desktop_menu="no"
else
dnl time for more abuse!
- XDT_CHECK_PACKAGE([GARCON], [garcon-2],
+ XDT_CHECK_PACKAGE([GARCON], [garcon-1],
[garcon_minimum_version], [build_desktop_menu="yes"],
[
-echo "*** Optional package garcon-2 was either not found on your system"
+echo "*** Optional package garcon-1 was either not found on your system"
echo "*** or is too old. Please install or upgrade to at least version"
echo "*** garcon_minimum_version, or adjust the PKG_CONFIG_PATH environment variable"
echo "*** if you installed the new version of the package in a nonstandard"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list