[Scummvm-git-logs] scummvm master -> cb1b3d75453962d10b89afffd565a72dea08d1a2
bluegr
noreply at scummvm.org
Sun Oct 20 21:20:37 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
cb1b3d7545 SAILFISH: Enable standard engine set
Commit: cb1b3d75453962d10b89afffd565a72dea08d1a2
https://github.com/scummvm/scummvm/commit/cb1b3d75453962d10b89afffd565a72dea08d1a2
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2024-10-21T00:20:35+03:00
Commit Message:
SAILFISH: Enable standard engine set
While on it remove stale variable
Changed paths:
backends/platform/sdl/sailfish/rpm/org.scummvm.scummvm.spec
diff --git a/backends/platform/sdl/sailfish/rpm/org.scummvm.scummvm.spec b/backends/platform/sdl/sailfish/rpm/org.scummvm.scummvm.spec
index 5936ca9ef72..3b634f13abd 100644
--- a/backends/platform/sdl/sailfish/rpm/org.scummvm.scummvm.spec
+++ b/backends/platform/sdl/sailfish/rpm/org.scummvm.scummvm.spec
@@ -2,10 +2,6 @@
%define outdir out-sailfish.%{_arch}
%endif
-%if %{undefined real_src_path}
-%define real_src_path OFF
-%endif
-
%define freetype_version 2.13.3
%define flac_version 1.4.3
%define theora_version 1.1.1
@@ -18,8 +14,8 @@
%define sdl2_version 2.30.7
%define vpx_version 1.14.1
-%define engine_config --disable-all-engines --enable-engines=scumm --disable-tinygl
-#define engine_config %{nil}
+#define engine_config --disable-all-engines --enable-engines=scumm --disable-tinygl
+%define engine_config %{nil}
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
More information about the Scummvm-git-logs
mailing list