summaryrefslogtreecommitdiff
path: root/strata/wayland-generic
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/wayland-generic
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/wayland-generic')
-rw-r--r--strata/wayland-generic/linux-api-headers.morph9
1 files changed, 0 insertions, 9 deletions
diff --git a/strata/wayland-generic/linux-api-headers.morph b/strata/wayland-generic/linux-api-headers.morph
deleted file mode 100644
index 595138fe..00000000
--- a/strata/wayland-generic/linux-api-headers.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-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"