From 6b963e9e1e5366f474bdc7b0992ca077b010ab31 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 13 Apr 2016 17:10:56 -0400 Subject: Update the RPM packaging to use the new Gtk ./configure options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to I0a6cd56f92b0f7dc8f06aa93f36622887d506fb5. Change-Id: Ie5bcffb84b1d6298b2d0f93205491c9a10b603c5 Reviewed-on: https://code.wireshark.org/review/14907 Reviewed-by: João Valverde Reviewed-by: Alexis La Goutte --- packaging/rpm/SPECS/wireshark.spec.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'packaging/rpm') diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index c7fc0e4a59..9a96863e73 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -241,14 +241,13 @@ This package contains the GTK+ Wireshark GUI and desktop integration files. %endif %endif %if %{with gtk2} - --with-gtk2 \ + --with-gtk=2 \ %else - --without-gtk2 \ -%endif %if %{with gtk3} - --with-gtk3 \ + --with-gtk=3 \ %else - --without-gtk3 \ + --without-gtk \ +%endif %endif --disable-warnings-as-errors -- cgit v1.2.3