Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 20:49:12 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565064 - head/x11-toolkits/gtk30
Message-ID:  <202102122049.11CKnCkW053215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102122049.11CKnCkW053215>