git: 94848d1d5ea6 - main - emulators/yuzu: sort and reindent QT5 option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jan 2022 10:31:21 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=94848d1d5ea689cf197fd43baed0879b672fc65f commit 94848d1d5ea689cf197fd43baed0879b672fc65f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-20 09:24:59 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-20 10:26:33 +0000 emulators/yuzu: sort and reindent QT5 option --- emulators/yuzu/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 3d6aaa5131b1..fbadc6782e93 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -81,17 +81,17 @@ JACK_CMAKE_BOOL= USE_JACK PULSEAUDIO_BUILD_DEPENDS=pulseaudio>0:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= USE_PULSE +QT5_USES= desktop-file-utils qt:5 shared-mime-info +QT5_USE= QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,webengine,widgets +QT5_CMAKE_BOOL= ENABLE_QT ENABLE_QT_TRANSLATION YUZU_USE_QT_WEB_ENGINE +QT5_PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ + share/mime/packages/${PORTNAME}.xml + SNDIO_BUILD_DEPENDS= sndio>0:audio/sndio SNDIO_CMAKE_BOOL= USE_SNDIO -QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,webengine,widgets -QT5_CMAKE_BOOL= ENABLE_QT ENABLE_QT_TRANSLATION YUZU_USE_QT_WEB_ENGINE -QT5_PLIST_FILES=bin/${PORTNAME} \ - share/applications/${PORTNAME}.desktop \ - share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ - share/mime/packages/${PORTNAME}.xml - VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VULKAN_DESC= Vulkan renderer