summaryrefslogtreecommitdiff
path: root/vcl/Library_desktop_detector.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 12:25:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commit80374355ab96fa73f2aee8971195faf3cf5985f5 (patch)
treefe4aa72179798af1957c3be8948eff18c6f308e9 /vcl/Library_desktop_detector.mk
parent3c41244209386e22b34cb8da2267383e0238e0ff (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'vcl/Library_desktop_detector.mk')
-rw-r--r--vcl/Library_desktop_detector.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk
index a155c3e0d281..6ade59bbd86a 100644
--- a/vcl/Library_desktop_detector.mk
+++ b/vcl/Library_desktop_detector.mk
@@ -55,10 +55,6 @@ $(eval $(call gb_Library_use_libraries,desktop_detector,\
jvmaccess \
cppu \
sal \
- X11 \
- Xext \
- SM \
- ICE \
))
$(eval $(call gb_Library_add_standard_system_libs,desktop_detector))
@@ -68,6 +64,13 @@ $(eval $(call gb_Library_use_externals,desktop_detector,\
icuuc \
))
+$(eval $(call gb_Library_add_libs,desktop_detector,\
+ -lX11 \
+ -lXext \
+ -lSM \
+ -lICE \
+))
+
$(eval $(call gb_Library_add_exception_objects,desktop_detector,\
vcl/unx/generic/desktopdetect/desktopdetector \
))