summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-07 15:57:12 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-10-12 14:24:15 +0000
commit0d9c1ba8f4a5ff21e4d41677a60b99164479d66a (patch)
tree9e1d722c7fc260371e64534da0b8ec0205c72be8 /strata
parent4936b946f480e307b8b462ea1f2a7b681ff1f67e (diff)
downloaddefinitions-0d9c1ba8f4a5ff21e4d41677a60b99164479d66a.tar.gz
Added at-spi-*.morph files
These were not properly configured with --sysconfdir=/etc, the result is that essential startup data lands in the wrong place, the autostart data lands in /usr/etc/xdg/autostart instead of /etc/xdg/autostart Change-Id: Ic6e10ecc368077806bcce1a6cd93d39c7405ff49
Diffstat (limited to 'strata')
-rw-r--r--strata/gtk-deps.morph2
-rw-r--r--strata/gtk-deps/at-spi2-atk.morph5
-rw-r--r--strata/gtk-deps/at-spi2-core.morph5
3 files changed, 12 insertions, 0 deletions
diff --git a/strata/gtk-deps.morph b/strata/gtk-deps.morph
index b3140215..87843058 100644
--- a/strata/gtk-deps.morph
+++ b/strata/gtk-deps.morph
@@ -27,11 +27,13 @@ chunks:
unpetrify-ref: ATK_2_16_0
build-system: autotools
- name: at-spi2-core
+ morph: strata/gtk-deps/at-spi2-core.morph
repo: upstream:at-spi2-core
ref: 96c2842088008670e72739ea7921d654487a57fb
unpetrify-ref: AT_SPI2_CORE_2_14_1
build-system: autotools
- name: at-spi2-atk
+ morph: strata/gtk-deps/at-spi2-atk.morph
repo: upstream:at-spi2-atk
ref: 2c220ff6565c4f02428a0c80267616a677e81ac9
unpetrify-ref: AT_SPI2_ATK_2_14_1
diff --git a/strata/gtk-deps/at-spi2-atk.morph b/strata/gtk-deps/at-spi2-atk.morph
new file mode 100644
index 00000000..ae15e7f1
--- /dev/null
+++ b/strata/gtk-deps/at-spi2-atk.morph
@@ -0,0 +1,5 @@
+name: at-spi2-atk
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc
diff --git a/strata/gtk-deps/at-spi2-core.morph b/strata/gtk-deps/at-spi2-core.morph
new file mode 100644
index 00000000..ec641284
--- /dev/null
+++ b/strata/gtk-deps/at-spi2-core.morph
@@ -0,0 +1,5 @@
+name: at-spi2-core
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc