From 13ef9dcc206d30ebd4d63afb186d379dc849b36c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 15 Nov 2012 18:09:55 +0100 Subject: 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 --- RepositoryExternal.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'RepositoryExternal.mk') 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) -- cgit v1.2.3