Skip to content

Commit 1858a84

Browse files
committed
patch 7.4.1409
Problem: Configure includes GUI despite --disable-gui flag. Solution: Add SKIP_GTK3. (Kazunobu Kuriyama)
1 parent 3ea0f1a commit 1858a84

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/auto/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8545,6 +8545,7 @@ enable_gui_canon=`echo "_$enable_gui" | \
85458545
sed 's/[ _+-]//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
85468546

85478547
SKIP_GTK2=YES
8548+
SKIP_GTK3=YES
85488549
SKIP_GNOME=YES
85498550
SKIP_MOTIF=YES
85508551
SKIP_ATHENA=YES

src/configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,6 +2207,7 @@ enable_gui_canon=`echo "_$enable_gui" | \
22072207

22082208
dnl Skip everything by default.
22092209
SKIP_GTK2=YES
2210+
SKIP_GTK3=YES
22102211
SKIP_GNOME=YES
22112212
SKIP_MOTIF=YES
22122213
SKIP_ATHENA=YES

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1409,
751753
/**/
752754
1408,
753755
/**/

0 commit comments

Comments
 (0)