Date: Fri, 27 Dec 2019 23:30:03 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521039 - head/emulators/yuzu Message-ID: <201912272330.xBRNU31m045352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Dec 27 23:30:03 2019 New Revision: 521039 URL: https://svnweb.freebsd.org/changeset/ports/521039 Log: emulators/yuzu: revert unintentional part of r521034 Modified: head/emulators/yuzu/Makefile (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Fri Dec 27 23:29:16 2019 (r521038) +++ head/emulators/yuzu/Makefile Fri Dec 27 23:30:03 2019 (r521039) @@ -92,8 +92,8 @@ SDL_PLIST_FILES=bin/${PORTNAME}-cmd \ bin/${PORTNAME}-tester QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,widgets -QT5_CMAKE_BOOL= ENABLE_QT +QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,webengine,widgets +QT5_CMAKE_BOOL= ENABLE_QT YUZU_USE_QT_WEB_ENGINE QT5_PLIST_FILES=bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912272330.xBRNU31m045352>