[Xfce4-commits] [xfce/exo] 14/21: exo-2.pc.in: require libxfce4util-1.0

noreply at xfce.org noreply at xfce.org
Tue Jul 12 04:08:06 CEST 2016


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit 41cda2d3d1dc0f819e6c433fb731c8c6c3ee5764
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date:   Sat Aug 8 14:11:15 2015 +0200

    exo-2.pc.in: require libxfce4util-1.0
    
    Since we don't have libxfce4util-2.0 yet (and probably won't get
    it anytime soon), it doesn't make sense to require it, especially
    since libxfce4util-1.0 works fine.
---
 exo/exo-2.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/exo-2.pc.in b/exo/exo-2.pc.in
index 22562e4..355ab79 100644
--- a/exo/exo-2.pc.in
+++ b/exo/exo-2.pc.in
@@ -7,7 +7,7 @@ exo_api_version=2
 
 Name: @PACKAGE_TARNAME@
 Description: Extension library for Xfce
-Requires: gtk+-3.0 libxfce4util-2.0
+Requires: gtk+-3.0 libxfce4util-1.0
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexo-${exo_api_version}
 Cflags: -I${includedir}/exo-${exo_api_version}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list