mingw: Build a gtk2 version of virt-viewer

The nsis file we ship is generating an installer for a GTK+2 build
of virt-viewer, so it's inconsistent for the mingw-virt-viewer
spec file to generate a GTK+3 build. Switch to building a GTK+2
version of virt-viewer in mingw-virt-viewer.spec
This commit is contained in:
Christophe Fergeau 2012-12-22 21:17:13 +01:00
parent e474656e9b
commit 55585efd47

View File

@ -14,14 +14,14 @@ BuildRequires: mingw32-filesystem >= 23
BuildRequires: mingw64-filesystem >= 23
BuildRequires: mingw32-glib2 >= 2.22
BuildRequires: mingw64-glib2 >= 2.22
BuildRequires: mingw32-gtk3 >= 3.0.0
BuildRequires: mingw64-gtk3 >= 3.0.0
BuildRequires: mingw32-gtk2
BuildRequires: mingw64-gtk2
BuildRequires: mingw32-libvirt >= 0.9.7
BuildRequires: mingw64-libvirt >= 0.9.7
BuildRequires: mingw32-libxml2
BuildRequires: mingw64-libxml2
BuildRequires: mingw32-gtk-vnc2 >= 0.4.3
BuildRequires: mingw64-gtk-vnc2 >= 0.4.3
BuildRequires: mingw32-gtk-vnc >= 0.4.3
BuildRequires: mingw64-gtk-vnc >= 0.4.3
BuildRequires: pkgconfig
BuildArch: noarch
@ -50,7 +50,7 @@ MinGW Windows virt-viewer console application
%build
%mingw_configure --with-gtk=3.0
%mingw_configure --with-gtk=2.0
%mingw_make %{?_smp_mflags} V=1