summaryrefslogtreecommitdiff
path: root/old/strata/input-common.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
commitf6046f9b54c1f14d12a67fa66ca0c881b49e8ceb (patch)
tree7c4d5b1aa87b991fecb0b2c585514069947c3f0a /old/strata/input-common.morph
parentdeba555368fd21316025c5ee0eaaf517b938775e (diff)
downloaddefinitions-f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb.tar.gz
Move old Baserock format definitions into old/ directory
Diffstat (limited to 'old/strata/input-common.morph')
-rw-r--r--old/strata/input-common.morph46
1 files changed, 46 insertions, 0 deletions
diff --git a/old/strata/input-common.morph b/old/strata/input-common.morph
new file mode 100644
index 00000000..c9b8fc20
--- /dev/null
+++ b/old/strata/input-common.morph
@@ -0,0 +1,46 @@
+name: input-common
+kind: stratum
+build-depends:
+- morph: strata/device-management.morph
+- morph: strata/foundation.morph
+- morph: strata/glib-common.morph
+- morph: strata/xorg-util-macros-common.morph
+- morph: strata/x-common.morph
+chunks:
+- name: mtdev
+ repo: upstream:mtdev-git
+ ref: 4381b78fea54de0e775bf54952b2f95e5a06c57d
+ unpetrify-ref: v1.1.5
+ build-system: autotools
+- name: xkeyboard-config
+ morph: strata/input-common/xkeyboard-config.morph
+ repo: upstream:xkeyboard-config
+ ref: 26f344c93f8c6141e9233eb68088ba4fd56bc9ef
+ unpetrify-ref: xkeyboard-config-2.14
+- name: libevdev
+ repo: upstream:libevdev
+ ref: 6f03fd49fb949e46ebccb5dfb54489584896c791
+ unpetrify-ref: libevdev-1.4.2
+ build-system: autotools
+- name: libwacom
+ repo: upstream:linuxwacom/libwacom
+ ref: 46774c4b0ece2ee326ca5f913303f055de240c64
+ unpetrify-ref: libwacom-0.25
+ build-system: autotools
+- name: libinput
+ morph: strata/input-common/libinput.morph
+ repo: upstream:libinput
+ ref: 401728a1574ef886ddb7fa19cd8ed196420d7931
+ unpetrify-ref: 1.8.0
+ build-system: autotools
+ build-depends:
+ - mtdev
+ - libevdev
+ - libwacom
+- name: libxkbcommon-no-x11
+ repo: upstream:xorg-lib-libxkbcommon
+ ref: c43c3c866eb9d52cd8f61e75cbef1c30d07f3a28
+ morph: strata/input-common/libxkbcommon-no-x11.morph
+ unpetrify-ref: xkbcommon-0.5.0
+ build-depends:
+ - xkeyboard-config