summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-06 21:23:39 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-12 20:56:38 +0100
commit836de0410b5e0031b5826afa23b62f1de51e556f (patch)
tree8a5b887aaef65da24f399fc53cc0d7169a7d7215
parent537ca321b0d94288c22772d99e1b1583d900749b (diff)
downloaddefinitions-836de0410b5e0031b5826afa23b62f1de51e556f.tar.gz
Adding udisks to gnome strata
udisks is required for gvfs to build the default volume monitor module Change-Id: I1086d1ee5db4a2648e3e059c025140fb74b4c80e
-rw-r--r--strata/gnome.morph10
-rw-r--r--strata/gnome/udisks.morph5
2 files changed, 15 insertions, 0 deletions
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