From c1e8797009bb0f5ce14b7a87c35debcc1b539a0d Mon Sep 17 00:00:00 2001 From: tytan652 Date: Tue, 16 Aug 2022 17:36:31 +0200 Subject: [PATCH] flatpak: Avoid cleaning all pkgconfig files Plugins could happen to require libobs, FFmpeg and PipeWire pkgconfig files. --- CI/flatpak/com.obsproject.Studio.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index 923e4d8c0..8c04f7557 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -40,7 +40,6 @@ } }, "cleanup": [ - "/lib/pkgconfig", "/share/man", "*.la" ], @@ -52,7 +51,8 @@ "--enable-shared" ], "cleanup": [ - "/include" + "/include", + "/lib/pkgconfig" ], "sources": [ { @@ -73,7 +73,8 @@ "--with-udevdir=/app/lib/udev/" ], "cleanup": [ - "/include" + "/include", + "/lib/pkgconfig" ], "sources": [ { @@ -111,6 +112,7 @@ ], "cleanup": [ "/include", + "/lib/pkgconfig", "/bin" ], "sources": [ @@ -157,7 +159,8 @@ "-Dbuiltin_cjson=true" ], "cleanup": [ - "/include" + "/include", + "/lib/pkgconfig" ], "sources": [ { @@ -181,7 +184,8 @@ "-DENABLE_TOOLS=OFF " ], "cleanup": [ - "/include" + "/include", + "/lib/pkgconfig" ], "sources": [ { @@ -205,7 +209,8 @@ "-DBUILD_TESTING=OFF" ], "cleanup": [ - "/include" + "/include", + "/lib/pkgconfig" ], "sources": [ { @@ -269,6 +274,7 @@ "cleanup": [ "/bin", "/include", + "/lib/pkgconfig", "*.a" ], "sources": [