summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Repository.mk2
-rw-r--r--extensions/Library_pl.mk6
-rw-r--r--extensions/Module_extensions.mk4
3 files changed, 5 insertions, 7 deletions
diff --git a/Repository.mk b/Repository.mk
index bd7a13e73d4f..f030d16398cf 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -99,7 +99,7 @@ endif
ifneq ($(WITH_MOZILLA),NO)
$(eval $(call gb_Helper_register_executables,OOO,\
- nspugin \
+ nsplugin \
pluginapp.bin \
))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk
index 8e66c369c556..cbe3dd01fe15 100644
--- a/extensions/Library_pl.mk
+++ b/extensions/Library_pl.mk
@@ -98,12 +98,6 @@ $(eval $(call gb_Library_add_objcxxobjects,pl,\
extensions/source/plugin/aqua/sysplug \
))
-$(eval $(call gb_Library_set_include,pl,\
- $$(INCLUDE) \
- -I$(FRAMEWORKSHOME)/ApplicationServices.framework/Version/Current/Frameworks/QD.framework/Headers \
- -I$(FRAMEWORKSHOME)/Carbon.framework/Versions/Current/Frameworks/HIToolbox.framework/Versions/Current/Headers \
-))
-
$(eval $(call gb_Library_use_externals,pl,\
cocoa \
carbon \
diff --git a/extensions/Module_extensions.mk b/extensions/Module_extensions.mk
index 62caaf6dafe5..f63e31a0bb02 100644
--- a/extensions/Module_extensions.mk
+++ b/extensions/Module_extensions.mk
@@ -93,10 +93,14 @@ endif # GUI=WNT
ifeq ($(GUI),UNX)
+ifneq ($(GUIBASE),aqua)
+
$(eval $(call gb_Module_add_targets,extensions,\
Executable_pluginapp.bin \
))
+endif # GUIBASE!=aqua
+
ifneq ($(ENABLE_GTK),)
$(eval $(call gb_Module_add_targets,extensions,\
Library_npsoplugin \