diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-02-11 19:25:26 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-02-11 19:25:26 +0000 |
commit | 79ba4e81c373c7c30e0f60a03c36bc64be89e3d8 (patch) | |
tree | 7c6deb6582f74afbfddfc66126ef299703487ae9 /emulators | |
parent | f027d4b008672b6a8b621f35fdd6fde07dec8d91 (diff) | |
download | ports-79ba4e81c373c7c30e0f60a03c36bc64be89e3d8.tar.gz ports-79ba4e81c373c7c30e0f60a03c36bc64be89e3d8.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/rpcs3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index c287f417c8c0..9f3c074246d2 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -36,7 +36,7 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hidapi/3rdparty/hidapi \ zeux:pugixml:v1.9-51-g8bf806c:pugixml/3rdparty/pugixml USES= cmake compiler:c++17-lang gl iconv:wchar_t localbase:ldflags \ - openal:soft pkgconfig qt:5 xorg + openal:soft pkgconfig python:3.4+,build qt:5 xorg USE_GL= gl glew USE_QT= qmake_build buildtools_build core concurrent dbus declarative gui network widgets USE_XORG= x11 |