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:
parent
710e85cbac
commit
df2e6ec995
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user