emulators/yuzu: track OpenSSL dependency after r532054
+ 0x0000000000000001 NEEDED Shared library: [libcrypto.so.8] + 0x0000000000000001 NEEDED Shared library: [libssl.so.8] + 0x0000000000000001 NEEDED Shared library: [libz.so.6]
This commit is contained in:
parent
b21bf2916e
commit
90f284b9bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532244
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \
|
||||||
xiph:opus:v1.3.1-4-gad8fe90d:opus/externals/opus/opus
|
xiph:opus:v1.3.1-4-gad8fe90d:opus/externals/opus/opus
|
||||||
|
|
||||||
USES= cmake compiler:c++17-lang iconv localbase:ldflags \
|
USES= cmake compiler:c++17-lang iconv localbase:ldflags \
|
||||||
python:build sdl
|
python:build sdl ssl
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
CXXFLAGS+= -Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407
|
CXXFLAGS+= -Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407
|
||||||
LDFLAGS+= -Wl,--as-needed # Qt5Network
|
LDFLAGS+= -Wl,--as-needed # Qt5Network
|
||||||
|
|
Loading…
Reference in a new issue