]> git.pld-linux.org Git - packages/fluidsynth-dssi.git/blob - fluidsynth-dssi-no_gtk1.patch
Release 6 (by relup.sh)
[packages/fluidsynth-dssi.git] / fluidsynth-dssi-no_gtk1.patch
1 diff -dur fluidsynth-dssi-1.0.0.orig/configure.ac fluidsynth-dssi-1.0.0/configure.ac
2 --- fluidsynth-dssi-1.0.0.orig/configure.ac     2009-01-05 00:30:16.000000000 +0100
3 +++ fluidsynth-dssi-1.0.0/configure.ac  2009-12-08 20:26:49.000000000 +0100
4 @@ -43,10 +43,6 @@
5  if test "x${try_gtk2}" = 'xyes'; then
6      AM_PATH_GTK_2_0(2.0.0, with_gtk='yes (version 2.0)', with_gtk=no)
7  fi
8 -dnl  No GTK+ 2.x found, look for GTK+ 1.2 instead
9 -if test "x${with_gtk}" = 'xno'; then
10 -    AM_PATH_GTK(1.2.0, with_gtk='yes (version 1.2)', AC_MSG_WARN([GUI will not be built because no version of GTK+ was found]))
11 -fi
12  AM_CONDITIONAL(BUILD_GUI, test "x${with_gtk}" != 'xno')
13  echo "GTK support: $with_gtk"
14  
This page took 0.069466 seconds and 3 git commands to generate.