From 2066ec989b0a970358f724e852aaeef20316ad92 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 24 Aug 2012 20:05:39 +0200 Subject: [PATCH] - 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}} -- 2.44.0