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 90839 - [PATCH] gst-plugins seeker Makefile.am fix for -lfreetype
[PATCH] gst-plugins seeker Makefile.am fix for -lfreetype
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-15 14:37 UTC by Ali Akcaagac
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
here the patch that fixes this. (406 bytes, patch)
2002-08-15 14:38 UTC, Ali Akcaagac
none Details | Review

Description Ali Akcaagac 2002-08-15 14:37:32 UTC
as the summary points out this attached patch will add the $(X_LIBS)
environment variable to the Makefile.am

without it the example program won't link against the freetype library,
since freetype is usually installed in /usr/X11R6/lib (on 99% of all system
because it's more or less xfree's default) this path is required. it would
be necessary to add this to the CVS.
Comment 1 Ali Akcaagac 2002-08-15 14:38:03 UTC
Created attachment 10507 [details] [review]
here the patch that fixes this.
Comment 2 Thomas Vander Stichele 2002-08-17 17:56:36 UTC
thanks for bringing this to our attention.
Fixed in cvs using freetype2.m4
please test and let us know if it might fail