diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 112a65303523..955a0d7fffc2 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -51,7 +51,7 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ $(if $(filter MSC,$(COM)),$(if $(MSVC_USE_DEBUG_RUNTIME),-DMSVC_PKG_DEBUG_RUNTIME)) \ )) -ifeq ($(GUIBASE),unx) +ifeq ($(USING_X11),TRUE) $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DGUIBASE_UNX \ )) |