diff options
Diffstat (limited to 'Library_merged.mk')
-rw-r--r-- | Library_merged.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library_merged.mk b/Library_merged.mk index 533acb0a542b..b38c4be490b3 100644 --- a/Library_merged.mk +++ b/Library_merged.mk @@ -30,11 +30,11 @@ $(eval $(call gb_Library_use_libraries,merged,\ $(gb_UWINAPI) \ )) -ifeq ($(GUIBASE),unx) $(eval $(call gb_Library_use_static_libraries,merged,\ - headless \ + glxtest \ + $(if $(filter unx,$(GUIBASE)),headless) \ )) -endif + $(eval $(call gb_Library_use_externals,merged,\ icu_headers \ |