[Xfce4-commits] <xfce4-vala:master> Make the pkgconfig file noarch

Mike Massonnet noreply at xfce.org
Fri Aug 16 22:22:01 CEST 2013


Updating branch refs/heads/master
         to 67d930b9ef4b8e35dfce46b992585376a467a46b (commit)
       from 6d0ef92197b94c1b1722b02e5f730e6af80ded6f (commit)

commit 67d930b9ef4b8e35dfce46b992585376a467a46b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 16 17:14:14 2013 +0200

    Make the pkgconfig file noarch
    
    Remove unused libdir definition and install it in $datadir/pkgconfig/.

 Makefile.am      |    2 +-
 xfce4-vala.pc.in |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 794013b..7d931e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ vapi_DATA =								\
 	vapi/$(EXO).deps						\
 	$(NULL)
 
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = xfce4-vala.pc
 
 EXTRA_DIST =								\
diff --git a/xfce4-vala.pc.in b/xfce4-vala.pc.in
index f502a84..239363c 100644
--- a/xfce4-vala.pc.in
+++ b/xfce4-vala.pc.in
@@ -1,7 +1,4 @@
 prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
 
 Name: @PACKAGE_TARNAME@
 Description: Vala bindings for the Xfce Desktop Environment


More information about the Xfce4-commits mailing list