From 836de0410b5e0031b5826afa23b62f1de51e556f Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 6 Oct 2015 21:23:39 +0900 Subject: Adding udisks to gnome strata udisks is required for gvfs to build the default volume monitor module Change-Id: I1086d1ee5db4a2648e3e059c025140fb74b4c80e --- strata/gnome.morph | 10 ++++++++++ strata/gnome/udisks.morph | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 strata/gnome/udisks.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 64ecd60c..c2d50f51 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -134,6 +134,15 @@ chunks: repo: upstream:libatasmart ref: de6258940960443038b4c1651dfda3620075e870 unpetrify-ref: master +- name: udisks + morph: strata/gnome/udisks.morph + repo: upstream:udisks + ref: 410cab8f3d749ad2660cda3ba38b6aece42bf10f + unpetrify-ref: master + build-depends: + - libgudev + - polkit + - libatasmart - name: colord morph: strata/gnome/colord.morph repo: upstream:colord @@ -362,3 +371,4 @@ chunks: unpetrify-ref: master build-depends: - gcr + - udisks diff --git a/strata/gnome/udisks.morph b/strata/gnome/udisks.morph new file mode 100644 index 00000000..785fab39 --- /dev/null +++ b/strata/gnome/udisks.morph @@ -0,0 +1,5 @@ +name: udisks +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-fhs-media --disable-gtk-doc --disable-man -- cgit v1.2.1