summaryrefslogtreecommitdiff
path: root/vcl/Library_desktop_detector.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 00:54:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:07 +0200
commit967986b86184ee4bcd04ff4b98829d8fa73a15a5 (patch)
tree512c433959b06646c931cbe278363415b276648d /vcl/Library_desktop_detector.mk
parentcee32aae398283c38b42c73add694e9d074a5d62 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
Diffstat (limited to 'vcl/Library_desktop_detector.mk')
-rw-r--r--vcl/Library_desktop_detector.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk
index af8578988c34..a155c3e0d281 100644
--- a/vcl/Library_desktop_detector.mk
+++ b/vcl/Library_desktop_detector.mk
@@ -73,10 +73,11 @@ $(eval $(call gb_Library_add_exception_objects,desktop_detector,\
))
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_use_libraries,desktop_detector,\
- dl \
- m \
- pthread \
+$(eval $(call gb_Library_add_libs,desktop_detector,\
+ -lm \
+ -ldl \
+ -lpthread \
))
endif
+
# vim: set noet sw=4 ts=4: