diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-20 11:31:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-20 12:34:34 +0100 |
commit | 6361a9398584defe9ab8db1e3383e02912e3f24c (patch) | |
tree | 8690f521e9ae02f53048b2b770fa9dbaba781e50 /bin | |
parent | 864e752d9e876d29c54aba3b8fd57e4f71a02955 (diff) |
merge desktop_detector library into vcl library
Noting that the main feature of using a separate library - avoiding
linking against SM and ICE - is no longer a thing, since we have not
used those in some time.
Change-Id: I9ecd6758e97f0fa19b224346aa577a04b46793b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163638
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-elf-dynamic-objects | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index 415dea8f46ee..f636eadda1fa 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -165,7 +165,7 @@ local file="$1" ${kf5allowlist}" fi ;; - */libdesktop_detectorlo.so|*/oosplash|*/gengal.bin) + */oosplash|*/gengal.bin) allowlist="${allowlist} ${x11allowlist}" ;; */libvclplug_genlo.so|*/libchartcorelo.so|*/libavmediaogl.so|*/libOGLTranslo.so|*/liboglcanvaslo.so) |