build/linux: Sync with Beta manifest regarding gexiv2 and exiv2 headers

Ported from: 37b173e3a9
and ac0069eb20

The reason for this change is because part of our API (babl, gegl and
gimp headers) directly links to gexiv2 then exiv2 headers so these two
should be provided, even if they aren't on babl/gegl/gimp namespaces.

This change is useful to beta. But, despite we not using extensions on
GIMP nightly to need these headers, doesn't hurt syncing this change.
Indeed, this commit clarify "why" we aren't cleaning these headers.
This commit is contained in:
Bruno 2024-08-19 22:01:55 -03:00
parent 21b4b80601
commit 18188dbb1c
1 changed files with 0 additions and 8 deletions

View File

@ -122,10 +122,6 @@
"-Dtools=false", "-Dtools=false",
"-Dvapi=false" "-Dvapi=false"
], ],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"modules": [ "modules": [
{ {
"name": "exiv2", "name": "exiv2",
@ -148,10 +144,6 @@
"-DEXIV2_BUILD_EXIV2_COMMAND=OFF", "-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
"-DEXIV2_ENABLE_INIH=OFF", "-DEXIV2_ENABLE_INIH=OFF",
"-DEXIV2_ENABLE_VIDEO=OFF" "-DEXIV2_ENABLE_VIDEO=OFF"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
] ]
} }
] ]