diff --git a/retroarch.changes b/retroarch.changes index 7e374c1..477608b 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -4,6 +4,7 @@ Sat Feb 19 04:06:41 UTC 2022 - Yunhe Guo - 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 diff --git a/retroarch.spec b/retroarch.spec index 59ab2d0..9d13703 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -113,6 +113,7 @@ export CXXFLAGS="$CFLAGS" --enable-jack \ --enable-pulse \ --enable-freetype \ + --enable-fontconfig \ --enable-xvideo \ --enable-v4l2 \ --enable-qt \