GNOME Bugzilla – Bug 342566
Building without GTK+ fails
Last modified: 2006-07-18 10:37:26 UTC
Please describe the problem: We build GStreamer without support for GTK+. This works well with the right --disable-* options, except for a small problem in gst-plugins-base/gst/tcp/Makefile.am. It specifies that $(GTK_CFLAGS) and $(GTK_LIBS) are to be used when building fdsetstress, which is totally unnecessary. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 65994 [details] [review] Remove use of $(GTK_CFLAGS) and $(GTK_LIBS) in gst/tcp/Makefile.am
2006-05-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Peter Kjellerstedt <pkj at axis com> * gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566).