bin/checkExternalLibraries.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ad680f78e1464cc83c963adee3237a5e941151f2
Author: Xisco Fauli <[email protected]>
AuthorDate: Thu Nov 13 15:54:43 2025 +0100
Commit: Xisco Fauli <[email protected]>
CommitDate: Thu Nov 13 22:31:46 2025 +0100
checkExternalLibraries: add xz's id
Change-Id: I4713d5de81fbdd03997f53adc8a2d788cb9b23cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193969
Reviewed-by: Xisco Fauli <[email protected]>
Tested-by: Jenkins
diff --git a/bin/checkExternalLibraries.py b/bin/checkExternalLibraries.py
index 09ef07b03cfa..772f33046a5d 100755
--- a/bin/checkExternalLibraries.py
+++ b/bin/checkExternalLibraries.py
@@ -31,6 +31,7 @@ libraryIds = {
"zlib": 1,
"libwebp": 1,
"libffi": 1,
+ "xz": 1,
"zstd": 1
}