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 677621 - Allow disabling binaries generation
Allow disabling binaries generation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.35
Other Linux
: Normal enhancement
: 0.10.37
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-07 11:24 UTC by Lionel Landwerlin
Modified: 2012-06-27 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v1 (2.42 KB, patch)
2012-06-07 11:24 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2012-06-07 11:24:39 UTC
Created attachment 215843 [details] [review]
Patch v1

When building for platforms like android, you might want to not link any "final" binary, mostly because it requires special link flags or other parts of code that aren't in the C library.

This attached patch adds a couple of option to deactivate a couple of binary builds.
Comment 1 Tim-Philipp Müller 2012-06-26 22:19:16 UTC
Just to make sure, you're aware of the androgenizer targets, right?

Pushed:

commit 8b3708ea8cf591c891bad2b9655b14923640d0bf
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Thu Jun 7 11:30:48 2012 +0100

    configure: add --disable-tools and --disable-benchmarks options
    
    Add option to avoid build binaries. When building for platforms like
    android, you might want to not link any "final" binary, mostly because
    it requires special link flags or other parts of code that aren't
    in the C library.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677621
Comment 2 Lionel Landwerlin 2012-06-27 09:00:36 UTC
Yes I am, though I find building stuff using a jhbuild setup for cross compilation easier (because very close to usual jhbuild setup).