Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Sokolow <ssokolow@users.noreply.github.com>2022-09-13 03:58:16 +0300
committerPatrick <tingping@tingping.se>2022-09-14 04:55:40 +0300
commit7ead2408c6a9f652e4d7ddfcbb7b8eeaccedf047 (patch)
tree87672d3ddd9215a6f9ab7fe7f5341a9fd4fce59b
parentcecc93886ce839ec49b0041f072a573327acdf08 (diff)
Add dependency on glu/glu-9.json to SDL/sdl12-compat.json
SDL/sdl12-compat.json will fail to build unless glu/glu-9.json is available, so make that dependency explicit. Fixes #202
-rw-r--r--SDL/sdl12-compat.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/SDL/sdl12-compat.json b/SDL/sdl12-compat.json
index c022776..86dcf68 100644
--- a/SDL/sdl12-compat.json
+++ b/SDL/sdl12-compat.json
@@ -10,5 +10,8 @@
"url": "https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-1.2.52.tar.gz",
"sha256": "5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014"
}
+ ],
+ "modules": [
+ "../glu/glu-9.json"
]
}