GNOME Bugzilla – Bug 702424
build: Fixes out of source directory build.
Last modified: 2013-09-24 16:03:40 UTC
Created attachment 247000 [details] [review] build: Fixes out of source directory build. Do source directory stuff from the source directory and build from the build drectory.
Maybe gst-editing-services should be added to the list of modules in common/update-common where the autogen.sh is created from the template in common/autogen.sh.in (which is what is done for most gst-plugins-* modules now).
This should hopefully fix it: commit bbdcb9bd04ac66552b689193a65f6dd6c2a0f7c5 Author: Tim-Philipp Müller <tim@centricular.net> Date: Tue Jun 18 13:32:38 2013 +0100 autogen.sh: generate from common module, fixing srcdir != builddir build https://bugzilla.gnome.org/show_bug.cgi?id=702424 and in common: commit 12af105243823fc73581db4fd79a46f6d0268dc5 Author: Tim-Philipp Müller <tim@centricular.net> Date: Tue Jun 18 13:27:14 2013 +0100 update-common: generate autogen.sh for gst-libav and gst-editing-services as well Should fix srcdir != builddir issues in those two modules. https://bugzilla.gnome.org/show_bug.cgi?id=702319 https://bugzilla.gnome.org/show_bug.cgi?id=702424 commit c332ef3c21314128d45fd7c70513121f5e434c47 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Tue Jun 18 13:04:20 2013 +0100 autogen.sh.in: fix for modules that have no po/ directory