]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
Drop gtk+2 BR
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 8 Jan 2014 11:26:21 +0000 (12:26 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 8 Jan 2014 11:27:19 +0000 (12:27 +0100)
GTK is used only for building the GUI version of the 'menuselect'
build configuration tool.

asterisk.spec

index 9b4bd75161d9bc1d47b9bfeab6b5b0dfc647f11f..114495dfa98d77206184d5dc6133d2ffb67ca808 100644 (file)
@@ -52,7 +52,6 @@ BuildRequires:        freetds-devel >= 0.63
 BuildRequires: gawk
 BuildRequires: gcc >= 5:3.4
 BuildRequires: gmime22-devel
-BuildRequires: gtk+2-devel
 BuildRequires: iksemel-devel
 BuildRequires: imap-devel
 BuildRequires: jack-audio-connection-kit-devel
@@ -588,6 +587,7 @@ cd menuselect
 cd ..
 
 %configure \
+       --without-gtk2 \
        --with-imap=system \
        --with-gsm=/usr \
        %{!?with_h323:--without-h323} \
This page took 0.052829 seconds and 4 git commands to generate.