From a55b0e8de7c5977a2655f67f44bcdf721894140e73f8586ec7fc7812692735f7 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Sat, 19 Feb 2022 10:23:31 +0000 Subject: [PATCH] - Add --enable-fontconfig build flag OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=59 --- retroarch.changes | 1 + retroarch.spec | 1 + 2 files changed, 2 insertions(+) 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 \