Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "shared-modules"]
path = shared-modules
url = https://github.com/flathub/shared-modules.git
42 changes: 2 additions & 40 deletions com.moonlight_stream.Moonlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,8 @@
],
"cleanup": [ "/include", "*.a", "/share/ffmpeg" ],
"modules": [
{
"name": "libdecor",
"buildsystem": "meson",
"build-options": {
"config-opts": [
"-Ddemo=false"
]
},
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jadahl/libdecor.git",
"commit": "e87dcfdaf83f332fa83b43c804fcf93c151ff0f5"
}
]
},
{
"name": "SDL2",
"build-options": {
"config-opts": [
"--prefix=/app",
"--disable-arts",
"--disable-esd",
"--disable-nas",
"--disable-alsa",
"--disable-oss",
"--disable-sndio",
"--disable-libudev",
"--disable-rpath"
]
},
"sources": [
{
"type": "git",
"url": "https://github.com/libsdl-org/SDL.git",
"tag": "release-2.26.0",
"commit": "0bfeed061b10ea7dd37c88d9bae1824bad760f3a"
}
]
},
"shared-modules/SDL2/SDL2-2.26.1-with-libdecor.json",

{
"name": "ffnvcodec",
"no-autogen": true,
Expand Down
1 change: 1 addition & 0 deletions shared-modules
Submodule shared-modules added at d9a165