Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jun 3, 2024
1 parent fea3120 commit 8fc18b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/flatpak/com.github.thestr4ng3r.Chiaki.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@
}
]
},
{
"name": "sdl2",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
"sources": [
{
"type": "git",
"url": "https://github.com/libsdl-org/SDL.git",
"branch": "release-2.0.16"
}
]
},
{
"name": "chiaki-borealis",
"buildsystem": "cmake",
Expand Down

0 comments on commit 8fc18b2

Please sign in to comment.