[Xfce4-commits] [xfce/libxfce4ui] 02/08: Include extra folders for GIR when compiling in a prefix environment.
noreply at xfce.org
noreply at xfce.org
Mon Aug 14 05:56:13 CEST 2017
This is an automated email from the git hooks/post-receive script.
e r i c 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/libxfce4ui.
commit 845bc744e25888f3b96818ba2037ccb75a250371
Author: Vidar Haarr <vhaarr at gmail.com>
Date: Mon Aug 7 18:32:14 2017 +0200
Include extra folders for GIR when compiling in a prefix environment.
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
libxfce4ui/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index 8a6e256..57bd09d 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -110,12 +110,14 @@ 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 \
--identifier-prefix=libxfce
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