svn commit: r518243 - head/x11-toolkits/qt5-gui
Alexey Dokuchaev
danfe at freebsd.org
Sat Nov 23 14:55:25 UTC 2019
On Sat, Nov 23, 2019 at 02:46:39PM +0000, Adriaan de Groot wrote:
> New Revision: 518243
> URL: https://svnweb.freebsd.org/changeset/ports/518243
>
> Log:
> 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.
>
> @@ -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
Commit log does not really explain how come a *header file* is needed
at runtime. If the problem is with `sysutils/qt5-qtdiag', shouldn't it
be fixed instead?
Also, previously when Vulkan headers were only a bdep I didn't raise
the question about why it was not made OPTIONal, but I do now. There
are plenty of Qt5 users who would likely never want to have any Vulkan
bits on their systems.
./danfe
More information about the svn-ports-all
mailing list