mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Add vulkan dependency to x11-toolkits/qt5-gui
If the Vulkan headers are installed, builds would fail with extra artifacts produced. Since those headers are small, header-only, and only drag in cmake which is probably needed by dependencies anyway, push Vulkan forward. PR: 242017 Submitted by: jbeich
This commit is contained in:
parent
9e3de2d0fe
commit
6e6f99aa20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517970
2 changed files with 14 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gui
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,7 +10,8 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Qt graphical user interface module
|
||||
|
||||
BUILD_DEPENDS= at-spi2-core>=0:accessibility/at-spi2-core \
|
||||
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
||||
${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
|
||||
${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libevdev.so:devel/libevdev \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
|
|
|
@ -749,6 +749,12 @@
|
|||
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportDepends
|
||||
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportVersion
|
||||
%%QT_INCDIR%%/QtThemeSupport/qtthemesupportversion.h
|
||||
%%QT_INCDIR%%/QtVulkanSupport/%%FULLVER%%/QtVulkanSupport/private/qbasicvulkanplatforminstance_p.h
|
||||
%%QT_INCDIR%%/QtVulkanSupport/%%FULLVER%%/QtVulkanSupport/private/qvkconvenience_p.h
|
||||
%%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupport
|
||||
%%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupportDepends
|
||||
%%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupportVersion
|
||||
%%QT_INCDIR%%/QtVulkanSupport/qtvulkansupportversion.h
|
||||
%%QT_INCDIR%%/QtXkbCommonSupport/%%FULLVER%%/QtXkbCommonSupport/private/qxkbcommon_p.h
|
||||
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupport
|
||||
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportDepends
|
||||
|
@ -806,6 +812,8 @@
|
|||
%%QT_CMAKEDIR%%/Qt5ServiceSupport/Qt5ServiceSupportConfigVersion.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5ThemeSupport/Qt5ThemeSupportConfig.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5ThemeSupport/Qt5ThemeSupportConfigVersion.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5VulkanSupport/Qt5VulkanSupportConfig.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5VulkanSupport/Qt5VulkanSupportConfigVersion.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5XcbQpa/Qt5XcbQpaConfig.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5XcbQpa/Qt5XcbQpaConfigVersion.cmake
|
||||
%%QT_CMAKEDIR%%/Qt5XkbCommonSupport/Qt5XkbCommonSupportConfig.cmake
|
||||
|
@ -849,6 +857,8 @@
|
|||
%%QT_LIBDIR%%/libQt5ServiceSupport.prl
|
||||
%%QT_LIBDIR%%/libQt5ThemeSupport.a
|
||||
%%QT_LIBDIR%%/libQt5ThemeSupport.prl
|
||||
%%QT_LIBDIR%%/libQt5VulkanSupport.a
|
||||
%%QT_LIBDIR%%/libQt5VulkanSupport.prl
|
||||
%%QT_LIBDIR%%/libQt5XcbQpa.prl
|
||||
%%QT_LIBDIR%%/libQt5XcbQpa.so
|
||||
%%QT_LIBDIR%%/libQt5XcbQpa.so.5
|
||||
|
@ -873,6 +883,7 @@
|
|||
%%QT_MKSPECDIR%%/modules/qt_lib_platformcompositor_support_private.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_lib_service_support_private.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_lib_theme_support_private.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_lib_vulkan_support_private.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_lib_xcb_qpa_lib_private.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_lib_xkbcommon_support_private.pri
|
||||
%%QT_PLUGINDIR%%/generic/libqbsdkeyboardplugin.so
|
||||
|
|
Loading…
Add table
Reference in a new issue