summaryrefslogtreecommitdiff
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.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk
index 8b1054dc4b5b..c6ab1adeadcf 100644
--- a/vcl/Library_desktop_detector.mk
+++ b/vcl/Library_desktop_detector.mk
@@ -40,12 +40,12 @@ $(eval $(call gb_Library_add_defs,desktop_detector,\
-DDESKTOP_DETECTOR_IMPLEMENTATION \
))
-$(eval $(call gb_Library_add_api,desktop_detector,\
+$(eval $(call gb_Library_use_api,desktop_detector,\
offapi \
udkapi \
))
-$(eval $(call gb_Library_add_linked_libs,desktop_detector,\
+$(eval $(call gb_Library_use_libraries,desktop_detector,\
vcl \
tl \
utl \
@@ -76,7 +76,7 @@ $(eval $(call gb_Library_add_exception_objects,desktop_detector,\
))
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,desktop_detector,\
+$(eval $(call gb_Library_use_libraries,desktop_detector,\
dl \
m \
pthread \