From 6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 23 Nov 2017 17:36:18 +0000 Subject: Fix elements where we can't run autoreconf BuildStream changed its defaults in be08caa06d6b8ba780aa so that autoreconf always runs. A few components need fixing as a result, mostly those which were not correctly depending on autotools --- strata/glib-common/gtk-doc-stub.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 strata/glib-common/gtk-doc-stub.morph (limited to 'strata/glib-common/gtk-doc-stub.morph') diff --git a/strata/glib-common/gtk-doc-stub.morph b/strata/glib-common/gtk-doc-stub.morph new file mode 100644 index 00000000..89abc97b --- /dev/null +++ b/strata/glib-common/gtk-doc-stub.morph @@ -0,0 +1,8 @@ +name: gtk-doc-stub +kind: chunk +build-system: autotools + +# This package doesn't actually use Autotools, it has a hand-written +# `configure` script and Makefile. +configure-commands: +- ./configure --prefix="$PREFIX" -- cgit v1.2.1