Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 18:31:31 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566177 - head/x11-toolkits/qt5-gui
Message-ID:  <202102201831.11KIVVbq083488@repo.freebsd.org>

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



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