From 300bb98049abb1a720db798819c3a5a98a6e6ba6 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 17 Aug 2015 16:50:39 -0400 Subject: Install GTK3 too. It was in the list of packages but not in the final command line. Change-Id: I361e660cc4ac91121314a3f8a7388b48fb2c61b7 Reviewed-on: https://code.wireshark.org/review/10081 Reviewed-by: Jeff Morriss --- tools/install_rpms_for_devel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/install_rpms_for_devel.sh b/tools/install_rpms_for_devel.sh index 800861bf1b..6969009055 100755 --- a/tools/install_rpms_for_devel.sh +++ b/tools/install_rpms_for_devel.sh @@ -56,10 +56,10 @@ else fi PKGS="autoconf automake libtool gcc flex bison python perl $GLIB2 -$PCAP $ZLIB lua-devel lua $CARES $GTK2 desktop-file-utils $QT fop asciidoc -git git-review perl-podlators" +$PCAP $ZLIB lua-devel lua $CARES $GTK3 $GTK2 desktop-file-utils $QT fop +asciidoc git git-review perl-podlators" echo "Run this command (as root):" echo -echo $INSTALL_CMD install -y $PKGS +echo $INSTALL_CMD install $PKGS -- cgit v1.2.3