Skip to content

Commit

Permalink
components/scenefx: use wlroots0.17 instead of default one
Browse files Browse the repository at this point in the history
  • Loading branch information
nishu-codes committed Feb 9, 2025
1 parent 99c86dd commit e7e6397
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/components/scenefx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ depends:
- components/libdrm.yml
- components/libglvnd.yml
- components/pixman.yml
- components/wlroots.yml
- components/wlroots0.17.yml

build-depends:
- components/glslang.yml
Expand Down
2 changes: 1 addition & 1 deletion external/components/wlroots0.16.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: wlroots
id: wlroots0.16
version: 0.16.2
about: A modular wayland compositor library
depends:
Expand Down
27 changes: 27 additions & 0 deletions external/components/wlroots0.17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: wlroots0.17
version: 0.17.4
about: A modular wayland compositor library
depends:
- components/libdisplay-info.yml
- components/libglvnd.yml
- components/libinput.yml
- components/systemd.yml
- components/seatd.yml
- components/pixman.yml
- components/wayland.yml
- components/mesa.yml
- components/x11/libxcb.yml
- components/x11/xcb-util-errors.yml
- components/x11/xcb-util-image.yml
- components/x11/xcb-util-renderutil.yml
- components/x11/xcb-util-wm.yml
- components/x11/libxkbcommon.yml
- components/x11/xwayland.yml
- components/hwdata.yml
build-depends:
- components/wayland-protocols.yml
- components/meson.yml
- components/glslang.yml

sources:
- https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/%{version}/wlroots-%{version}.tar.gz

0 comments on commit e7e6397

Please sign in to comment.