mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 05:35:38 +00:00
Use glu from shared-modules
This commit is contained in:
parent
843d98202f
commit
528908167c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "shared-modules"]
|
||||||
|
path = shared-modules
|
||||||
|
url = https://github.com/flathub/shared-modules
|
|
@ -17,17 +17,7 @@
|
||||||
"--share=network"
|
"--share=network"
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
"shared-modules/glu/glu-9.0.0.json",
|
||||||
"name": "glu",
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "archive",
|
|
||||||
"url": "https://mesa.freedesktop.org/archive/glu/glu-9.0.0.tar.bz2",
|
|
||||||
"sha256": "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cleanup": [ "/include", "/lib/*.a", "/lib/*.la", "/lib/pkgconfig" ]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "ppsspp",
|
"name": "ppsspp",
|
||||||
"buildsystem": "cmake",
|
"buildsystem": "cmake",
|
||||||
|
|
1
shared-modules
Submodule
1
shared-modules
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit aeb1f22f3aecd3f2101ad62cab26baed31de2eaa
|
Loading…
Reference in a new issue