From 63730c08f12caf69989fe3b23af43075183d2b3b Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 27 Oct 2015 16:44:00 +0900 Subject: Adding vte to gnome stratum vte is required by gnome-terminal Change-Id: Ie49a2ec6693dbd900dcf9e39d10d65ac0ae0581b --- strata/gnome.morph | 7 +++++++ strata/gnome/vte.morph | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 strata/gnome/vte.morph (limited to 'strata') diff --git a/strata/gnome.morph b/strata/gnome.morph index bca37357..74f1bd69 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -515,3 +515,10 @@ chunks: - libgweather - libpwquality - network-manager-applet +- name: vte + morph: strata/gnome/vte.morph + repo: upstream:gnome/vte + ref: aa7120c2e359bb5d6d0b0ec6c1e0eecf0583be03 + unpetrify-ref: 0.43.0 + build-depends: + - gnutls diff --git a/strata/gnome/vte.morph b/strata/gnome/vte.morph new file mode 100644 index 00000000..d4501912 --- /dev/null +++ b/strata/gnome/vte.morph @@ -0,0 +1,5 @@ +name: vte +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-introspection=yes --without-pcre2 -- cgit v1.2.1