All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix building alsa-tools with gtk+-2.x
@ 2006-05-04 12:23 Thierry Vignaud
  2006-05-04 12:29 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Vignaud @ 2006-05-04 12:23 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

the following patch fixes building with devel packages gtk+-2 devel
files and not gtk+-1.2 devel files (a m4 macro was renamed between
gtk+-1.x and gtk+-2.x):


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: alsa-tools-1.0.11-gtk-buildfix.patch --]
[-- Type: text/x-patch, Size: 1008 bytes --]

--- ./echomixer/configure.in.tv	2006-05-04 12:58:29.000000000 +0200
+++ ./echomixer/configure.in	2006-05-04 12:57:59.000000000 +0200
@@ -15,7 +15,7 @@
 
 else
 
-AM_PATH_GTK(1.2.0)
+AM_PATH_GTK_2_0(1.2.0)
 AM_PATH_ALSA(1.0.0)
 ECHOMIXER_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS"
 ECHOMIXER_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS"
--- ./envy24control/configure.in.tv	2006-05-04 12:58:29.000000000 +0200
+++ ./envy24control/configure.in	2006-05-04 12:57:59.000000000 +0200
@@ -14,7 +14,7 @@
 
 else
 
-AM_PATH_GTK(1.0.1)
+AM_PATH_GTK_2_0(1.0.1)
 AM_PATH_ALSA(1.0.0)
 ENVY24CONTROL_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS"
 ENVY24CONTROL_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS"
--- ./rmedigicontrol/configure.in.tv	2006-05-04 12:58:29.000000000 +0200
+++ ./rmedigicontrol/configure.in	2006-05-04 12:57:59.000000000 +0200
@@ -14,7 +14,7 @@
 
 else
 
-AM_PATH_GTK(1.0.1)
+AM_PATH_GTK_2_0(1.0.1)
 AM_PATH_ALSA(1.0.0)
 RMEDIGICONTROL_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS"
 RMEDIGICONTROL_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-04 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-04 12:23 [PATCH] fix building alsa-tools with gtk+-2.x Thierry Vignaud
2006-05-04 12:29 ` Takashi Iwai
2006-05-04 13:23   ` Thierry Vignaud
2006-05-04 13:31     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.