summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-14 15:32:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-20 08:27:36 +0200
commit077c83dfa8519d5a5cef9cb4d631eec71283cba5 (patch)
treea1d07ff051ff87014c65a0d3b672a74944e8f5da
parentc376d9561a06d584903bdbfb66b4787e3a61682a (diff)
downloadptxdist-077c83dfa8519d5a5cef9cb4d631eec71283cba5.tar.gz
ptxdist-077c83dfa8519d5a5cef9cb4d631eec71283cba5.tar.xz
wayland-protocols: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/wayland-protocols.in8
-rw-r--r--rules/wayland-protocols.make33
2 files changed, 41 insertions, 0 deletions
diff --git a/rules/wayland-protocols.in b/rules/wayland-protocols.in
new file mode 100644
index 000000000..dae00d827
--- /dev/null
+++ b/rules/wayland-protocols.in
@@ -0,0 +1,8 @@
+## SECTION=multimedia_wayland
+
+config WAYLAND_PROTOCOLS
+ tristate
+ select WAYLAND
+ prompt "wayland protocols"
+ help
+ wayland compositor protocols
diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make
new file mode 100644
index 000000000..b91252fcf
--- /dev/null
+++ b/rules/wayland-protocols.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_WAYLAND_PROTOCOLS) += wayland-protocols
+
+#
+# Paths and names
+#
+WAYLAND_PROTOCOLS_VERSION := 1.7
+WAYLAND_PROTOCOLS_MD5 := 9acfc9556f7cfedc44d97af60da66a5f
+WAYLAND_PROTOCOLS := wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION)
+WAYLAND_PROTOCOLS_SUFFIX := tar.xz
+WAYLAND_PROTOCOLS_URL := https://wayland.freedesktop.org/releases/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX)
+WAYLAND_PROTOCOLS_SOURCE := $(SRCDIR)/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX)
+WAYLAND_PROTOCOLS_DIR := $(BUILDDIR)/$(WAYLAND_PROTOCOLS)
+WAYLAND_PROTOCOLS_LICENSE := MIT
+
+#
+# autoconf
+#
+WAYLAND_PROTOCOLS_CONF_TOOL := autoconf
+
+# vim: syntax=make