From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/wayland-generic/wayland-protocols.bst | 9 +++++++++ elements/wayland-generic/wayland.bst | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 elements/wayland-generic/wayland-protocols.bst create mode 100644 elements/wayland-generic/wayland.bst (limited to 'elements/wayland-generic') diff --git a/elements/wayland-generic/wayland-protocols.bst b/elements/wayland-generic/wayland-protocols.bst new file mode 100644 index 00000000..1d0f777b --- /dev/null +++ b/elements/wayland-generic/wayland-protocols.bst @@ -0,0 +1,9 @@ +kind: autotools +depends: +- core.bst +- wayland-generic/wayland.bst +sources: +- kind: git + url: upstream:wayland-protocols + track: '1.8' + ref: 26c99346ab5f2273fe5581bc4f6397bbb834f747 diff --git a/elements/wayland-generic/wayland.bst b/elements/wayland-generic/wayland.bst new file mode 100644 index 00000000..c58324db --- /dev/null +++ b/elements/wayland-generic/wayland.bst @@ -0,0 +1,13 @@ +kind: autotools +description: Wayland server +depends: +- core.bst +sources: +- kind: git + url: upstream:wayland + track: 1.11.0 + ref: 47163797f810373c81b6e13b7a8a245eb9877785 +config: + configure-commands: + - autoreconf -ivf + - ./configure --prefix="%{prefix}" --sysconfdir=/etc --disable-documentation -- cgit v1.2.1