[Xfce4-commits] [xfce/libxfce4util] 01/01: Fix make distcheck build

noreply at xfce.org noreply at xfce.org
Tue Dec 5 13:36:21 CET 2017


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

s   k   u   n   n   y   k       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/libxfce4util.

commit 09c590d1d7757a33e8ebae10fa85e466112ced54
Author: Romain B <skunnyk at alteroot.org>
Date:   Tue Dec 5 13:34:09 2017 +0100

    Fix make distcheck build
    
    - distcheck is broken since the introduction of vala binding generation.
    - We don't need to generate them on release tarball, we only need to
    provides needed files
    - Disable vala in DISTCHECK_CONFIGURE_FLAGS
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index fbfbf1b..e49695d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ DISTCLEANFILES =							\
 
 DISTCHECK_CONFIGURE_FLAGS =						\
 	--enable-gtk-doc                                                \
-	--enable-introspection
+	--enable-introspection						\
+	--enable-vala=no
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

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


More information about the Xfce4-commits mailing list