summaryrefslogtreecommitdiffstats
path: root/vcl/Library_desktop_detector.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Library_desktop_detector.mk')
-rw-r--r--vcl/Library_desktop_detector.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk
index c4eb08fc36b6..8f18f7af961c 100644
--- a/vcl/Library_desktop_detector.mk
+++ b/vcl/Library_desktop_detector.mk
@@ -55,8 +55,6 @@ $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
basegfx \
comphelper \
cppuhelper \
- icuuc \
- icule \
i18nisolang1 \
i18npaper \
i18nutil \
@@ -72,6 +70,11 @@ $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
$(gb_STDLIBS) \
))
+$(call gb_Library_use_externals,desktop_detector,\
+ icule \
+ icuuc \
+)
+
$(eval $(call gb_Library_add_exception_objects,desktop_detector,\
vcl/unx/generic/desktopdetect/desktopdetector \
))