- Change BuildRequires: to wlroots >= 0.17.0 to clear unresolvable
build * A lot of effort in this release went into improving OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=14
This commit is contained in:
parent
f507b883c5
commit
3bd45eb6e8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 00:37:13 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Change BuildRequires: to wlroots >= 0.17.0 to clear unresolvable
|
||||||
|
build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
@ -5,7 +11,7 @@ Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
|||||||
* session-lock-v1 protocol.
|
* session-lock-v1 protocol.
|
||||||
* Bindings following the current layout.
|
* Bindings following the current layout.
|
||||||
* Animation easings.
|
* Animation easings.
|
||||||
* A lot of effort in this release went into improving
|
* A lot of effort in this release went into improving
|
||||||
the IPC socket.
|
the IPC socket.
|
||||||
* CSS theming in wf-shell.
|
* CSS theming in wf-shell.
|
||||||
* improving and adding even more plugins.
|
* improving and adding even more plugins.
|
||||||
|
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(wayland-cursor)
|
|||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.12
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
BuildRequires: pkgconfig(wf-config) >= %{major_ver}
|
BuildRequires: pkgconfig(wf-config) >= %{major_ver}
|
||||||
BuildRequires: pkgconfig(wlroots) >= 0.16.0
|
BuildRequires: pkgconfig(wlroots) >= 0.17.0
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
BuildRequires: pkgconfig(xwayland)
|
BuildRequires: pkgconfig(xwayland)
|
||||||
Recommends: wayfire-config-manager
|
Recommends: wayfire-config-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user