diff options
Diffstat (limited to 'wayland/wlroots')
-rwxr-xr-x | wayland/wlroots/build | 13 | ||||
-rw-r--r-- | wayland/wlroots/checksums | 3 | ||||
-rw-r--r-- | wayland/wlroots/depends | 4 | ||||
-rw-r--r-- | wayland/wlroots/meta | 3 | ||||
-rw-r--r-- | wayland/wlroots/sources | 2 | ||||
-rw-r--r-- | wayland/wlroots/version | 2 |
6 files changed, 17 insertions, 10 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index 9874dc49..06b86f6a 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -2,15 +2,14 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ --default-library=both \ + -Db_lto=true \ -Dexamples=false \ - -Dlibcap=disabled \ - -Dlogind=disabled \ - -Dwayland=enabled \ - -Dx11-backend=enabled \ - -Dfreerdb=disabled \ + -Dxwayland=enabled \ + -Dbackends=drm,libinput,x11 \ + -Drenderers=gles2 \ + -Dsession=enabled \ . build ninja -C build diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums index 75bfc639..534ea488 100644 --- a/wayland/wlroots/checksums +++ b/wayland/wlroots/checksums @@ -1 +1,2 @@ -c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb 0.12.0.tar.gz +%BLAKE3 +c13009860715083e38d74f091c5791a48965d71a6f44ddf547c5b664e43c04e0 wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends index 8bda3c4c..1432657f 100644 --- a/wayland/wlroots/depends +++ b/wayland/wlroots/depends @@ -1,5 +1,7 @@ eudev +hwdata libX11 +libdisplay-info make libdrm libinput libxcb @@ -7,7 +9,9 @@ libxkbcommon mesa meson make pixman +seatd wayland wayland-protocols make +xcb-util-renderutil xcb-util-wm xkeyboard-config diff --git a/wayland/wlroots/meta b/wayland/wlroots/meta new file mode 100644 index 00000000..2e03f422 --- /dev/null +++ b/wayland/wlroots/meta @@ -0,0 +1,3 @@ +description: Modular Wayland compositor library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index 78082ac7..c01a501f 100644 --- a/wayland/wlroots/sources +++ b/wayland/wlroots/sources @@ -1 +1 @@ -https://github.com/swaywm/wlroots/archive/0.12.0.tar.gz +https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.18.1/wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version index 28fca07b..10895720 100644 --- a/wayland/wlroots/version +++ b/wayland/wlroots/version @@ -1 +1 @@ -0.12.0 1 +0.18.1 1 |