Keep --enable-vala for gtk3 build

This commit is contained in:
Marc-André Lureau 2015-03-04 16:27:36 +01:00
parent e75b6ae858
commit 74d0593504

View File

@ -154,7 +154,7 @@ make %{?_smp_mflags}
cd ..
cd spice-gtk3-%{version}
%configure $CONFIGURE_ARGS --with-gtk=3.0
%configure $CONFIGURE_ARGS --with-gtk=3.0 --enable-vala
make %{?_smp_mflags}
cd ..