summaryrefslogtreecommitdiff
path: root/framework
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 /framework
parent3c41244209386e22b34cb8da2267383e0238e0ff (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'framework')
-rw-r--r--framework/Library_lomenubar.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/Library_lomenubar.mk b/framework/Library_lomenubar.mk
index b9f8c5fef6fa..ad4742f70e49 100644
--- a/framework/Library_lomenubar.mk
+++ b/framework/Library_lomenubar.mk
@@ -43,7 +43,10 @@ $(eval $(call gb_Library_use_libraries,lomenubar,\
cppu \
cppuhelper \
comphelper \
- X11 \
+))
+
+$(eval $(call gb_Library_add_libs,lomenubar,\
+ -lX11 \
))
$(eval $(call gb_Library_add_standard_system_libs,lomenubar))