summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-11-15 12:17:00 +0100
committerPetr Mladek <pmladek@suse.cz>2012-11-20 18:32:52 +0100
commit13946e644171701af7f619319ab28283f4c46154 (patch)
tree6f22d07642844fe57a1ecbccc513fd0dc1994d41 /sal
parent47bb01d4a46fe1dac33b98f3cc427cc7093921bf (diff)
fix mingw build
Diffstat (limited to 'sal')
-rw-r--r--sal/Library_sal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index de22417f29f9..e1360f81ae4e 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -81,6 +81,9 @@ $(eval $(call gb_Library_use_libraries,sal,\
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
+ $(if $(filter-out $(GUI),UNX), \
+ uwinapi \
+ ) \
$(gb_STDLIBS) \
))