diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:38:47 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:38:47 +0800 |
| commit | bf25da9efe54cd90f8936fa230aa6d9da92a5385 (patch) | |
| tree | 3578a6e49f6901135615347628427d170defa1d3 | |
| parent | 71a180c5e4c46e616b93e5e1c104b05d5b817f2c (diff) | |
USE_FLATPAK isn't used any more in viewer codebase
${LINUX_DISTRO} gets compared to see if it matches "freedesktop"
(from org.freedesktop.platform) instead.
| -rw-r--r-- | net.megapahit.Viewer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net.megapahit.Viewer.json b/net.megapahit.Viewer.json index 2d197b4..c4819a4 100644 --- a/net.megapahit.Viewer.json +++ b/net.megapahit.Viewer.json @@ -37,7 +37,6 @@ "-DUSE_OPENAL:BOOL=ON", "-DUSE_FMODSTUDIO:BOOL=OFF", "-DUSE_DISCORD:BOOL=OFF", - "-DUSE_FLATPAK:BOOL=ON", "-DENABLE_MEDIA_PLUGINS:BOOL=ON", "-DLL_TESTS:BOOL=OFF", "-DNDOF:BOOL=ON", |
