After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342566 - Building without GTK+ fails
Building without GTK+ fails
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other All
: Normal minor
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-22 11:30 UTC by Peter Kjellerstedt
Modified: 2006-07-18 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove use of $(GTK_CFLAGS) and $(GTK_LIBS) in gst/tcp/Makefile.am (370 bytes, patch)
2006-05-22 11:31 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-05-22 11:30:35 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:
Comment 1 Peter Kjellerstedt 2006-05-22 11:31:49 UTC
Created attachment 65994 [details] [review]
Remove use of $(GTK_CFLAGS) and $(GTK_LIBS) in gst/tcp/Makefile.am
Comment 2 Tim-Philipp Müller 2006-05-22 11:42:10 UTC
 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).