mirror of
https://github.com/RetroDECK/com.supermodel3.Supermodel.git
synced 2025-04-10 19:15:15 +00:00
Merge pull request #16 from flathub/latest_October
Sync latest git commit
This commit is contained in:
commit
eac039617b
|
|
@ -1,6 +1,6 @@
|
||||||
id: com.supermodel3.Supermodel
|
id: com.supermodel3.Supermodel
|
||||||
runtime: org.freedesktop.Platform
|
runtime: org.freedesktop.Platform
|
||||||
runtime-version: "23.08"
|
runtime-version: "24.08"
|
||||||
sdk: org.freedesktop.Sdk
|
sdk: org.freedesktop.Sdk
|
||||||
command: supermodel
|
command: supermodel
|
||||||
separate-locales: false
|
separate-locales: false
|
||||||
|
|
@ -11,7 +11,6 @@ finish-args:
|
||||||
- --filesystem=host:ro
|
- --filesystem=host:ro
|
||||||
- --share=network
|
- --share=network
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --socket=x11
|
|
||||||
- --socket=fallback-x11
|
- --socket=fallback-x11
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
|
|
@ -35,7 +34,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/trzy/Supermodel.git
|
url: https://github.com/trzy/Supermodel.git
|
||||||
commit: a2645c944f57e8d9c245063d21f9bf612eab0a6b
|
commit: f9cb795d6abd7a18ba3f3d44b62018f0be15b1a6
|
||||||
- type: file
|
- type: file
|
||||||
path: com.supermodel3.Supermodel.desktop
|
path: com.supermodel3.Supermodel.desktop
|
||||||
- type: file
|
- type: file
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
diff --git a/Makefiles/Makefile.UNIX b/Makefiles/Makefile.UNIX
|
diff --git a/Makefiles/Makefile.UNIX b/Makefiles/Makefile.UNIX
|
||||||
index 1e48361..1e7577d 100644
|
index 2c4c341..84aaed0 100644
|
||||||
--- a/Makefiles/Makefile.UNIX
|
--- a/Makefiles/Makefile.UNIX
|
||||||
+++ b/Makefiles/Makefile.UNIX
|
+++ b/Makefiles/Makefile.UNIX
|
||||||
@@ -63,7 +63,7 @@ SDL2_LIBS = `sdl2-config --libs`
|
@@ -72,7 +72,7 @@ endif
|
||||||
#
|
#
|
||||||
|
|
||||||
PLATFORM_CXXFLAGS = $(SDL2_CFLAGS) -O3
|
PLATFORM_CXXFLAGS = $(SDL2_CFLAGS) -O3
|
||||||
-PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -lSDL2_net
|
-PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread
|
||||||
+PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -lSDL2_net -L/app/lib
|
+PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -L/app/lib
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue