svn commit: r565064 - head/x11-toolkits/gtk30

Tobias C. Berner tcberner at FreeBSD.org
Fri Feb 12 20:49:12 UTC 2021


Author: tcberner
Date: Fri Feb 12 20:49:11 2021
New Revision: 565064
URL: https://svnweb.freebsd.org/changeset/ports/565064

Log:
  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 at gmail.com>

Modified:
  head/x11-toolkits/gtk30/Makefile

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Fri Feb 12 20:44:32 2021	(r565063)
+++ head/x11-toolkits/gtk30/Makefile	Fri Feb 12 20:49:11 2021	(r565064)
@@ -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


More information about the svn-ports-all mailing list