aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-13 19:15:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-13 19:21:16 +0000
commit939f5c29af58f95a2cd1ca407f71a84a7e8712d8 (patch)
tree509f31489205baf8c60fe78bf9a9612dd2c2d6e6 /x11-wm
parent6d53e76796c3f2bb5953bde4c3fa10d60eb76823 (diff)
downloadports-939f5c29af58f95a2cd1ca407f71a84a7e8712d8.tar.gz
ports-939f5c29af58f95a2cd1ca407f71a84a7e8712d8.zip
x11-wm/gamescope: restore hwdata dependency after 146bb4da8d31
gamescope uses pkg-config to get pnp.ids location (like wlroots) but parses it at runtime (unlike wlroots). https://github.com/Plagman/gamescope/commit/5fca0702ab2c https://github.com/Plagman/gamescope/commit/f4a33bd37e49
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/gamescope/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index 54067811d230..7783b60e6589 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gamescope
DISTVERSION= 3.11.51
+PORTREVISION= 1
CATEGORIES= x11-wm # wayland: depends on https://github.com/Plagman/gamescope/issues/543
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -28,6 +29,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libxkbcommon.so:x11/libxkbcommon
+RUN_DEPENDS= hwdata>0:misc/hwdata
USES= compiler:c++11-lib meson pkgconfig sdl xorg
USE_GITHUB= yes