diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-12-06 18:57:03 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-12-06 18:57:37 +0000 |
commit | a82ea0950a9717dc507ca427b2530ecb1aaea6e5 (patch) | |
tree | c86bac537e09345f46ff1917e337763c8ac06bda /x11-wm/gamescope | |
parent | b7c8bf3394faf23bea9af18cbf3474424fc4b309 (diff) | |
download | ports-a82ea0950a9717dc507ca427b2530ecb1aaea6e5.tar.gz ports-a82ea0950a9717dc507ca427b2530ecb1aaea6e5.zip |
Diffstat (limited to 'x11-wm/gamescope')
-rw-r--r-- | x11-wm/gamescope/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 7972f9b22bda..fa2b0fa1a63d 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -47,6 +47,9 @@ PLIST_FILES= bin/${PORTNAME} \ lib/libVkLayer_FROG_${PORTNAME}_wsi_${MESON_ARCH_FAMILY}.so \ share/vulkan/implicit_layer.d/VkLayer_FROG_${PORTNAME}_wsi.${MESON_ARCH_FAMILY}.json +# https://github.com/freebsd/drm-kmod/issues/271 +PORTSCOUT= ignore:1 + OPTIONS_DEFINE= PIPEWIRE OPTIONS_DEFAULT=PIPEWIRE |