svn commit: r566177 - head/x11-toolkits/qt5-gui

Adriaan de Groot adridg at FreeBSD.org
Sat Feb 20 18:31:32 UTC 2021


Author: adridg
Date: Sat Feb 20 18:31:31 2021
New Revision: 566177
URL: https://svnweb.freebsd.org/changeset/ports/566177

Log:
  Add mesa-dri dependency for qt5-gui
  
  There are cases (headless, no xorg-server) where a qt5-gui application
  still needs to run. It can use swrast, but only if that is installed.
  Add the mesa-dri dependency to make that happen automatically.
  
  For "normal" Qt5 usage, that is, Qt5 on the desktop, xorg-server already
  pulls this in. The only change is for systems with no X11, no Wayland,
  but with Qt5 GUI applications.
  
  PR:		241490
  Submitted by:	madpilot
  Reported by:	madpilot

Modified:
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Sat Feb 20 17:49:04 2021	(r566176)
+++ head/x11-toolkits/qt5-gui/Makefile	Sat Feb 20 18:31:31 2021	(r566177)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gui
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -27,6 +27,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libxcb.so:x11/libxcb \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
+		${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri \
 		xdg-open:devel/xdg-utils
 
 USES=			compiler:c++11-lang gl gnome jpeg localbase \


More information about the svn-ports-all mailing list