[packages/librsvg] - allow build without vala installed (bindings are not built here anyway)

qboosh qboosh at pld-linux.org
Fri Aug 24 20:05:47 CEST 2012


commit 2066ec989b0a970358f724e852aaeef20316ad92
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Aug 24 20:05:39 2012 +0200

    - allow build without vala installed (bindings are not built here anyway)

 librsvg.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/librsvg.spec b/librsvg.spec
index 1ba2631..1bc2c44 100644
--- a/librsvg.spec
+++ b/librsvg.spec
@@ -181,6 +181,9 @@ echo 'CLEANFILES=' > gtk-doc.make
 echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
 %endif
 
+# vala not ready yet here
+echo 'AC_DEFUN([VAPIGEN_CHECK],[AM_CONDITIONAL([ENABLE_VAPIGEN], [false])])' >> acinclude.m4
+
 %build
 mkdir m4
 %{?with_apidocs:%{__gtkdocize}}


More information about the pld-cvs-commit mailing list