diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-09-06 03:22:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-09-06 03:31:08 +0000 |
commit | e3e44b1a47721e3a51f1911b74a88095339bb951 (patch) | |
tree | 44a2b4cceedab52072ed0d361abab36ae0a3802a | |
parent | 1af1b4caa25a2d4dcee07939369e988c996bffe5 (diff) | |
download | ports-e3e44b1a47721e3a51f1911b74a88095339bb951.tar.gz ports-e3e44b1a47721e3a51f1911b74a88095339bb951.zip |
x11-wm/gamescope: link to upstream fix for system wlroots
-rw-r--r-- | x11-wm/gamescope/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 79e06fdd6e6b..a191056fbc41 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -43,9 +43,7 @@ PIPEWIRE_DESC= Screen capture via PipeWire PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_MESON_ENABLED= pipewire -# Bundle wlroots due to breaking changes: -# https://github.com/swaywm/wlroots/commit/9ecfa4343a6d -# https://github.com/swaywm/wlroots/commit/a109a80dca50 +# https://github.com/Plagman/gamescope/pull/202 BUILD_DEPENDS:= ${BUILD_DEPENDS:N*wlroots*} \ xwayland-devel>0:x11-servers/xwayland-devel LIB_DEPENDS:= ${LIB_DEPENDS:N*wlroots*} \ |