diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-15 18:09:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-15 18:15:43 +0100 |
commit | 13ef9dcc206d30ebd4d63afb186d379dc849b36c (patch) | |
tree | 32c3e34527643afff3fe3c7b7ba314146c3cdeb2 /extensions/Library_pl.mk | |
parent | fc45189c7af475635cd7a6a51d5c7409e10deb27 (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 'extensions/Library_pl.mk')
-rw-r--r-- | extensions/Library_pl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk index 8cbbd1baf207..e849cfd38558 100644 --- a/extensions/Library_pl.mk +++ b/extensions/Library_pl.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_set_componentfile,pl,extensions/source/plugin/pl)) $(eval $(call gb_Library_use_package,pl,np_sdk_inc)) -$(eval $(call gb_Library_use_external,pl,mozilla_headers)) +$(eval $(call gb_Library_use_external,pl,npapi_headers)) $(eval $(call gb_Library_set_include,pl,\ $$(INCLUDE) \ |