mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Add Vulkan headers to the run-depends of x11-toolkits/qt5-gui
This was already added to the build-deps; however now users of qt5-gui run into Vulkan problems, in particular sysutils/qt5-qtdiag, which is now fixed with this build-depends.
This commit is contained in:
parent
b6b56692de
commit
b8c33b75c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518243
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= gui
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
@ -25,7 +25,8 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libxcb-render-util.so:x11/xcb-util-renderutil \
|
||||
libxcb-icccm.so:x11/xcb-util-wm \
|
||||
libxkbcommon.so:x11/libxkbcommon
|
||||
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
||||
RUN_DEPENDS= xdg-open:devel/xdg-utils \
|
||||
${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
|
||||
|
||||
USES= compiler:c++11-lang gl gnome jpeg localbase qmake:no_env \
|
||||
qt-dist:5,base xorg
|
||||
|
Loading…
Reference in New Issue
Block a user