14 lines
473 B
Diff
14 lines
473 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 3e8d301..7ba7f4b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -361,7 +361,7 @@ AC_ARG_ENABLE(browser_plugin, AS_HELP_STRING([--enable-browser-plugin],[Build br
|
|
enable_browser_plugin=$enableval,enable_browser_plugin=yes)
|
|
if test x$enable_browser_plugin = xyes; then
|
|
PKG_CHECK_MODULES(PK_BROWSER_PLUGIN, \
|
|
- mozilla-plugin >= 8.0 \
|
|
+ npapi-sdk \
|
|
gio-unix-2.0 \
|
|
nspr >= 4.8 \
|
|
cairo \
|