From 95953e5a2098266d39e44be5bd9f1d7c995eb352 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 17 Jan 2024 14:39:10 -0800 Subject: Fix mgba profile to allow liblua. Clean up wine bannerlord profile. --- profiles/mgba.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/mgba.profile') diff --git a/profiles/mgba.profile b/profiles/mgba.profile index 9ac28b2..c5344f1 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -8,6 +8,10 @@ noblacklist ${HOME}/.config/mgba noblacklist ${HOME}/.local/share/mgba noblacklist ${HOME}/games/Emulators/GBAGAMES +# mgba requires liblua 5.3 +noblacklist /usr/lib/liblua* +noblacklist /usr/lib64/liblua* + mkdir ${HOME}/.config/mgba mkdir ${HOME}/.local/share/mgba whitelist ${HOME}/.config/mgba -- cgit v1.2.1