Work around missing vala 0.22 support

Fixed properly upstream in commit
https://git.gnome.org/browse/grilo/commit/?id=1114ecd0afa6c017f3bca79f5b8e31a65ebee781
This commit is contained in:
Kalev Lember 2013-09-18 23:49:28 +02:00
parent 710e85cbac
commit df2e6ec995

View File

@ -57,6 +57,9 @@ This package contains the Vala language bindings.
%prep
%setup -q
# Fix vala detection for version 0.22
sed -i 's/libvala-0.20/libvala-0.22/g' configure*
%build
%configure \
--enable-vala \