From 6361a9398584defe9ab8db1e3383e02912e3f24c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Feb 2024 11:31:12 +0200 Subject: 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 --- vcl/Module_vcl.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index cc8667cad420..31d751a6e332 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_l10n_targets,vcl,\ ifeq ($(USING_X11),TRUE) $(eval $(call gb_Module_add_targets,vcl,\ $(if $(ENABLE_GEN),Library_vclplug_gen) \ - Library_desktop_detector \ Package_fontunxppds \ Package_fontunxpsprint \ )) -- cgit