commit 22eee36
chld
·
2026-08-23 04:14:38 +0000 UTC
parent 1d08a9f
wlroots: import from upstream@64847d5594d50dc257941a2cbf54e5d1dbac1762
3 files changed,
+26,
-0
+12,
-0
1@@ -0,0 +1,12 @@
2+.muon
3+.samurai
4+/wayland
5+.wayland-protocols
6+/libdrm
7+/libinput
8+/libudev-zero
9+/libxkbcommon
10+/pixman
11+/seatd
12+/libdisplay-info
13+/hwdata
+6,
-0
1@@ -0,0 +1,6 @@
2+name: wlroots
3+description: slightly shitty modular wayland compositor library
4+license: MIT
5+upstream: https://gitlab.freedesktop.org/wlroots/wlroots
6+version: git
7+maintainer:
+8,
-0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=wlroots
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots.git"
7+BUILD_STYLE=meson
8+BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dtests=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
9+. ${0%/*}/../../libsh/libdmake.sh