From 528908167c5a709a45fd396ceb117b928c0211f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Thu, 27 Apr 2017 00:03:09 +0200 Subject: [PATCH] Use glu from shared-modules --- .gitmodules | 3 +++ org.ppsspp.PPSSPP.json | 12 +----------- shared-modules | 1 + 3 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 .gitmodules create mode 160000 shared-modules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ea3adf1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shared-modules"] + path = shared-modules + url = https://github.com/flathub/shared-modules diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index 534f087..be15198 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -17,17 +17,7 @@ "--share=network" ], "modules": [ - { - "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" ] - }, + "shared-modules/glu/glu-9.0.0.json", { "name": "ppsspp", "buildsystem": "cmake", diff --git a/shared-modules b/shared-modules new file mode 160000 index 0000000..aeb1f22 --- /dev/null +++ b/shared-modules @@ -0,0 +1 @@ +Subproject commit aeb1f22f3aecd3f2101ad62cab26baed31de2eaa