summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2015-05-28 16:33:28 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-06-12 09:07:43 +0000
commita96cba233e16adc9382db0049edbad31a10fdccf (patch)
tree13954a71e1fc94ee6acd7183ae761ae86a36930f
parent1dd1671ce07e08ae494a524df301edce7cc24eae (diff)
downloaddefinitions-a96cba233e16adc9382db0049edbad31a10fdccf.tar.gz
Add libXt, libSM and libICE to x-common strata
Change-Id: I2d398b8b884009423af4fc8b645af8c3166baaf5
-rw-r--r--strata/x-common.morph21
1 files changed, 21 insertions, 0 deletions
diff --git a/strata/x-common.morph b/strata/x-common.morph
index 69ffdba3..063e3358 100644
--- a/strata/x-common.morph
+++ b/strata/x-common.morph
@@ -232,3 +232,24 @@ chunks:
- xorg-proto-fixesproto
- xorg-lib-libXau
- xorg-lib-libX11
+- name: xorg-lib-libICE
+ repo: upstream:xorg-lib-libICE
+ ref: b0cc7794c89d64fc54d0c75b2bba79fd7a1c7e0a
+ unpetrify-ref: libICE-1.0.9
+ build-depends:
+ - xorg-proto-x11proto
+ - xorg-lib-libxtrans
+- name: xorg-lib-libSM
+ repo: upstream:xorg-lib-libSM
+ ref: d0659dcd3aa23598b38826ac78f85071772c436f
+ unpetrify-ref: libSM-1.2.2
+ build-depends:
+ - xorg-lib-libICE
+- name: xorg-lib-libXt
+ repo: upstream:xorg-lib-libXt
+ ref: e7411e7e5299116604ff1f01d9415802607f1051
+ unpetrify-ref: libXt-1.1.5
+ build-depends:
+ - xorg-proto-kbproto
+ - xorg-lib-libX11
+ - xorg-lib-libSM