[Xfce4-commits] [xfce/xfce4-panel] 03/09: GObject Introspection: Include extra folders for GIR

noreply at xfce.org noreply at xfce.org
Mon Aug 14 23:10:36 CEST 2017


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

o   c   h   o   s   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/xfce4-panel.

commit 9f92321e4701a0fe79302f08652fc2a99bb34659
Author: Vidar Haarr <vhaarr at gmail.com>
Date:   Mon Aug 7 18:24:36 2017 +0200

    GObject Introspection: Include extra folders for GIR
    
    when compiling in a prefix environment
---
 libxfce4panel/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index 070d617..e9bb29a 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -176,6 +176,7 @@ INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ENV = CC="$(CC)"
 INTROSPECTION_SCANNER_ARGS = \
 	--add-include-path=$(srcdir) \
+	--add-include-path=$(prefix)/share/gir-1.0 \
 	--warn-all \
 	--identifier-prefix=Xfce \
 	--identifier-prefix=xfce \
@@ -184,6 +185,7 @@ INTROSPECTION_SCANNER_ARGS = \
 	--identifier-prefix=Plugin
 INTROSPECTION_COMPILER_ARGS = \
 	--includedir=$(srcdir) \
+	--includedir=$(prefix)/share/gir-1.0 \
 	--includedir=.
 
 if HAVE_INTROSPECTION

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


More information about the Xfce4-commits mailing list