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 657707 - Don't build examples if they are disabled in configure
Don't build examples if they are disabled in configure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-30 14:06 UTC by Andoni Morales
Modified: 2011-08-31 18:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't build examples if they are disabled in configured (709 bytes, patch)
2011-08-30 14:06 UTC, Andoni Morales
none Details | Review

Description Andoni Morales 2011-08-30 14:06:57 UTC
Created attachment 195203 [details] [review]
Don't build examples if they are disabled in configured

In ./configure, --disable-examples is ignored in the makefiles and they are still built. Attached patch
Comment 1 David Schleef 2011-08-30 23:20:47 UTC
Please push.
Comment 2 Andoni Morales 2011-08-31 08:00:02 UTC
This one needs to be reviewed because 'examples' is not disted with this patch if --disable-examples is passed to 'configure'
Comment 3 David Schleef 2011-08-31 18:06:46 UTC
Indeed.  Same with check/, actually.

commit e266d52acf7df18969bb6a8f2b72f5f24d6a5ee3
Author: Andoni Morales Alastruey <amorales@flumotion.com>
Date:   Tue Aug 30 16:03:22 2011 +0200

    Don't build the examples if it's disabled in configure
    
    Fixes: #657707.