summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-13 18:10:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-13 19:14:01 +0000
commit4e91e0e02b3d53d6c4db0582d8148eb0973f3100 (patch)
treed27741feb4c463120822bf3ce17e15f87e361356 /x11-wm
parentgraphics/libplacebo: always install headers after f23f6a9c6a74 (diff)
x11-toolkits/wlroots: limit hwdata dependency to DRM as build only
pnp.ids is converted to pnpids.c, so won't pick up changes without rebuild. pnp.ids is also unused when nesting on X11 or Wayland (WLR_BACKENDS != drm). https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/eec95e3d5e1a (cherry picked from commit 146bb4da8d31a34f013b593b85f47796cd06158d)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/gamescope/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index b81a85e23bb6..54067811d230 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \
libliftoff>=0.3.0<0.4.0:graphics/libliftoff \
vulkan-headers>0:graphics/vulkan-headers \
wayland-protocols>=1.17:graphics/wayland-protocols \
+ hwdata>0:misc/hwdata \
wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libdrm.so:graphics/libdrm \