[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix make distcheck (But #14040)

noreply at xfce.org noreply at xfce.org
Thu Nov 30 00:43:49 CET 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 628624b41908eb70264b4ea491394834af5783ef
Author: Romain B <skunnyk at alteroot.org>
Date:   Mon Nov 27 22:49:44 2017 +0100

    Fix make distcheck (But #14040)
    
    - distcheck is broken since the introduction of vala binding generation.
    - We don't need to generate them on release tarball, we only need to
    provide the necessary 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 8720a59..e6bcd10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,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