aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-02-12 20:49:11 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-02-12 20:49:11 +0000
commitf644777520d4a12094b9ee0821c61df0f0f373f9 (patch)
treec1a07d26f325eed93ccec0b6dacecbdcca9741ba /x11-toolkits/gtk30
parent73ff35a7038c5e3a5651c5c4b9628197dd1b22e9 (diff)
downloadports-f644777520d4a12094b9ee0821c61df0f0f373f9.tar.gz
ports-f644777520d4a12094b9ee0821c61df0f0f373f9.zip
x11-toolkits/gtk30: remnove unnecessary dependency on multimedia/v4l_compat
- The depednecy was previosuly there to get linux/input.h - However, with [1] gtk switched to using the shipped dev/evdev/input.h on FreeBSD. [1] https://gitlab.gnome.org/GNOME/gtk/-/commit/7fed0b74ed9f PR: 253434 Reported by: Oleh Vinichenko <moonlapse81@gmail.com>
Notes
Notes: svn path=/head/; revision=565064
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index be2e41ba7f91..b44a95d434d4 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -78,8 +78,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=yes
WAYLAND_DESC= GDK Wayland backend
WAYLAND_CONFIGURE_ENABLE= wayland-backend
-WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \
- v4l_compat>=0:multimedia/v4l_compat
+WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols