From 8f65207a89d44ca993b95344f058178c6577c43a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 6 Jul 2017 16:27:57 +0000 Subject: Update libinput (needed for new ... Mutter?) --- strata/input-common.morph | 5 +++-- strata/input-common/libinput.morph | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 strata/input-common/libinput.morph diff --git a/strata/input-common.morph b/strata/input-common.morph index abe3a5fa..c9b8fc20 100644 --- a/strata/input-common.morph +++ b/strata/input-common.morph @@ -24,10 +24,11 @@ chunks: build-system: autotools - name: libwacom repo: upstream:linuxwacom/libwacom - ref: c707d0f98c79260cb72b5d2bdded50b4e816e350 - unpetrify-ref: libwacom-0.15 + 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 diff --git a/strata/input-common/libinput.morph b/strata/input-common/libinput.morph new file mode 100644 index 00000000..89ee1961 --- /dev/null +++ b/strata/input-common/libinput.morph @@ -0,0 +1,8 @@ +name: libinput +kind: chunk + +build-system: autotools + +configure-commands: + - NOCONFIGURE=1 ./autogen.sh + - ./configure --prefix="$PREFIX" --disable-documentation --disable-debug-gui --disable-tests -- cgit v1.2.1