summaryrefslogtreecommitdiffstats
path: root/Library_merged.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Library_merged.mk')
-rw-r--r--Library_merged.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index 4cfff2bfc06b..533acb0a542b 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -30,6 +30,12 @@ $(eval $(call gb_Library_use_libraries,merged,\
$(gb_UWINAPI) \
))
+ifeq ($(GUIBASE),unx)
+$(eval $(call gb_Library_use_static_libraries,merged,\
+ headless \
+))
+endif
+
$(eval $(call gb_Library_use_externals,merged,\
icu_headers \
icui18n \