summaryrefslogtreecommitdiff
path: root/strata/input-common/linux-api-headers.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-08-28 01:22:14 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-28 11:46:22 +0100
commit7bbdf1f098496546481db75fb37077776ee62aa8 (patch)
tree3cd0818e7ebed96c7dcdba28c24ad1225c6b804f /strata/input-common/linux-api-headers.morph
parent021367d3c00599e730af1c907fba071038b9b1c9 (diff)
downloaddefinitions-7bbdf1f098496546481db75fb37077776ee62aa8.tar.gz
Move common input components from wayland-generic to input-common stratum
This is libinput library and deps These are common dependencies to weston and clutter/gtk
Diffstat (limited to 'strata/input-common/linux-api-headers.morph')
-rw-r--r--strata/input-common/linux-api-headers.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/input-common/linux-api-headers.morph b/strata/input-common/linux-api-headers.morph
new file mode 100644
index 00000000..595138fe
--- /dev/null
+++ b/strata/input-common/linux-api-headers.morph
@@ -0,0 +1,9 @@
+name: linux-api-headers
+kind: chunk
+build-commands:
+- make mrproper
+- make headers_check
+install-commands:
+- make INSTALL_HDR_PATH=dest headers_install
+- install -d "$DESTDIR${PREFIX-/usr}/include"
+- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include"