GNOME Bugzilla – Bug 583458
brasero configure switches only disables options
Last modified: 2009-06-01 14:10:37 UTC
Please describe the problem: Without the attached patch, the following ./configure line: ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper --disable-caches --disable-dependency-tracking --enable-cdrtools --disable-cdrkit --enable-nautilus --enable-playlist --disable-search --enable-libburnia Yields the following output: Version: 2.26.2 Update caches: no Build Nautilus extension : yes Build inotify: yes Build search pane : no Build playlist pane : yes Build Preview pane : yes Build cdrtools plugins : no Build cdrkit plugins : no Build libburnia plugins : yes With the patch: Version: 2.26.2 Update caches: no Build Nautilus extension : yes Build inotify: yes Build search pane : no Build playlist pane : yes Build Preview pane : yes Build cdrtools plugins : yes Build cdrkit plugins : no Build libburnia plugins : yes Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Downstream bug: https://bugs.gentoo.org/show_bug.cgi?id=258981
Created attachment 135115 [details] [review] Fix configure Patch by Michal Kurgan <moloh@moloh.net>
Thanks a lot for the report and patch. This has been committed to both master and stable branch.