[Xfce4-commits] [xfce/xfconf] 20/31: Remove dbus-glib from the Makefile of the perl binding as it is no longer required.
noreply at xfce.org
noreply at xfce.org
Thu Jun 1 13:33:13 CEST 2017
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfconf.
commit aff57914922e81bfd5da4bd1bfad3234fa11713a
Author: Ali Abdallah <aliovx at gmail.com>
Date: Mon Apr 25 11:02:34 2016 +0200
Remove dbus-glib from the Makefile of the perl binding as it is no
longer required.
---
xfconf-perl/Makefile.PL.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/xfconf-perl/Makefile.PL.in b/xfconf-perl/Makefile.PL.in
index c16a453..b0d8e1e 100644
--- a/xfconf-perl/Makefile.PL.in
+++ b/xfconf-perl/Makefile.PL.in
@@ -14,7 +14,6 @@ our %build_reqs = (
'perl-ExtUtils-PkgConfig' => '@PERL_EXTUTILS_PKGCONFIG_REQUIRED_VERSION@',
'perl-Glib' => '@PERL_GLIB_REQUIRED_VERSION@', # for Glib::MakeHelper
'DBus' => '@DBUS_REQUIRED_VERSION@',
- 'DBus-Glib' => '@DBUS_GLIB_REQUIRED_VERSION@',
);
our %pre_reqs = (
@@ -45,8 +44,7 @@ unless(eval "use ExtUtils::Depends '$build_reqs{'perl-ExtUtils-Depends'}';"
# If the package can't be found, warn and exit with status 0 to indicate to
# CPAN testers that their system is not supported.
our %pkgcfg;
-unless(eval { %pkgcfg = ExtUtils::PkgConfig->find('dbus-glib-1 >= '.$build_reqs{'DBus-Glib'}
- .' dbus-1 >= '.$build_reqs{DBus});
+unless(eval { %pkgcfg = ExtUtils::PkgConfig->find(' dbus-1 >= '.$build_reqs{DBus});
1; })
{
warn $@;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list