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:
authorMaximiliano <11528996+A6GibKm@users.noreply.github.com>2022-06-14 00:12:16 +0300
committerGitHub <noreply@github.com>2022-06-14 00:12:16 +0300
commit1bb53934f105743f84f923693847185dce613cef (patch)
tree523f680e62e8ad5ce5f65747cd73ef3779058182
parent7793a93a88dfe7e037bcfa839412a92b093fb422 (diff)
clutter: Remove docs and examples from build (#194)
Fixes: https://github.com/flathub/shared-modules/issues/193
-rw-r--r--clutter/clutter.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/clutter/clutter.json b/clutter/clutter.json
index cb6baaa..a47b207 100644
--- a/clutter/clutter.json
+++ b/clutter/clutter.json
@@ -1,5 +1,8 @@
{
"name": "clutter-gtk",
+ "cleanup": [
+ "/share/gtk-doc"
+ ],
"sources": [
{
"type": "archive",
@@ -12,9 +15,14 @@
"name": "cogl",
"config-opts": [
"--disable-cogl-gst",
+ "--disable-gtk-doc",
"--enable-xlib-egl-platform",
"--enable-wayland-egl-platform"
],
+ "cleanup": [
+ "/share/gtk-doc",
+ "/share/cogl/examples-data"
+ ],
"sources": [
{
"type": "archive",
@@ -26,9 +34,13 @@
{
"name": "clutter",
"config-opts": [
+ "--disable-gtk-doc",
"--enable-egl-backend",
"--enable-wayland-backend"
],
+ "cleanup": [
+ "/share/gtk-doc"
+ ],
"sources": [
{
"type": "archive",
@@ -39,6 +51,12 @@
},
{
"name": "clutter-gst",
+ "config-opts": [
+ "--disable-gtk-doc"
+ ],
+ "cleanup": [
+ "/share/gtk-doc"
+ ],
"sources": [
{
"type": "archive",