SHA256
1
0
forked from pool/retroarch

- Add --enable-fontconfig build flag

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=59
This commit is contained in:
Yunhe Guo 2022-02-19 10:23:31 +00:00 committed by Git OBS Bridge
parent 7e49c551a1
commit a55b0e8de7
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Sat Feb 19 04:06:41 UTC 2022 - Yunhe Guo <i@guoyunhe.me>
- Remove retroarch-config.patch and use upstream config and updater
- Remove cores dependencies and prefer downloading from upstream
- Add retroarch_migrate_config.py and run it after installation
- Add --enable-fontconfig build flag
- Update to version 1.10.0
* ARCHIVE: Allow loading files from archive subdirectory
* AUDIO: Remove frame limit from audio batch callback. Before, if

View File

@ -113,6 +113,7 @@ export CXXFLAGS="$CFLAGS"
--enable-jack \
--enable-pulse \
--enable-freetype \
--enable-fontconfig \
--enable-xvideo \
--enable-v4l2 \
--enable-qt \