summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-15 18:09:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-15 18:15:43 +0100
commit13ef9dcc206d30ebd4d63afb186d379dc849b36c (patch)
tree32c3e34527643afff3fe3c7b7ba314146c3cdeb2 /RepositoryExternal.mk
parentfc45189c7af475635cd7a6a51d5c7409e10deb27 (diff)
Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)
...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index d4281c91ec02..20c9ca613174 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -51,20 +51,20 @@ endef
endif
-ifeq ($(SYSTEM_MOZILLA_HEADERS),YES)
+ifeq ($(SYSTEM_NPAPI_HEADERS),YES)
-define gb_LinkTarget__use_mozilla_headers
+define gb_LinkTarget__use_npapi_headers
$(call gb_LinkTarget_set_include,$(1),\
- $(MOZILLA_HEADERS_CFLAGS) \
+ $(NPAPI_HEADERS_CFLAGS) \
$$(INCLUDE) \
)
endef
-else #!SYSTEM_MOZILLA_HEADERS
+else #!SYSTEM_NPAPI_HEADERS
-define gb_LinkTarget__use_mozilla_headers
-$(call gb_LinkTarget_use_package,$(1),mozilla_inc)
+define gb_LinkTarget__use_npapi_headers
+$(call gb_LinkTarget_use_package,$(1),npapi)
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/external/npsdk \
$$(INCLUDE) \
@@ -72,7 +72,7 @@ $(call gb_LinkTarget_set_include,$(1),\
endef
-endif #SYSTEM_MOZILLA_HEADERS
+endif #SYSTEM_NPAPI_HEADERS
ifeq ($(SYSTEM_ODBC_HEADERS),YES)