aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwayland/wlroots/build17
-rw-r--r--wayland/wlroots/checksums1
-rw-r--r--wayland/wlroots/depends13
-rw-r--r--wayland/wlroots/sources1
-rw-r--r--wayland/wlroots/version1
5 files changed, 33 insertions, 0 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build
new file mode 100755
index 00000000..9874dc49
--- /dev/null
+++ b/wayland/wlroots/build
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ --default-library=both \
+ -Dexamples=false \
+ -Dlibcap=disabled \
+ -Dlogind=disabled \
+ -Dwayland=enabled \
+ -Dx11-backend=enabled \
+ -Dfreerdb=disabled \
+ . build
+
+ninja -C build
+ninja -C build install
diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums
new file mode 100644
index 00000000..75bfc639
--- /dev/null
+++ b/wayland/wlroots/checksums
@@ -0,0 +1 @@
+c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb 0.12.0.tar.gz
diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends
new file mode 100644
index 00000000..8bda3c4c
--- /dev/null
+++ b/wayland/wlroots/depends
@@ -0,0 +1,13 @@
+eudev
+libX11
+libdrm
+libinput
+libxcb
+libxkbcommon
+mesa
+meson make
+pixman
+wayland
+wayland-protocols make
+xcb-util-wm
+xkeyboard-config
diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources
new file mode 100644
index 00000000..78082ac7
--- /dev/null
+++ b/wayland/wlroots/sources
@@ -0,0 +1 @@
+https://github.com/swaywm/wlroots/archive/0.12.0.tar.gz
diff --git a/wayland/wlroots/version b/wayland/wlroots/version
new file mode 100644
index 00000000..28fca07b
--- /dev/null
+++ b/wayland/wlroots/version
@@ -0,0 +1 @@
+0.12.0 1