1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
http://bugs.gentoo.org/383141
--- configure
+++ configure
@@ -20389,7 +20389,7 @@
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
- mozilla-plugin \\
+ npapi-sdk \\
gio-unix-2.0 \\
nspr \\
cairo \\
@@ -20397,7 +20397,7 @@
gtk+-2.0 >= 2.14.0 \\
dbus-glib-1\""; } >&5
($PKG_CONFIG --exists --print-errors "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
@@ -20408,7 +20408,7 @@
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PK_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
@@ -20426,7 +20426,7 @@
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
- mozilla-plugin \\
+ npapi-sdk \\
gio-unix-2.0 \\
nspr \\
cairo \\
@@ -20434,7 +20434,7 @@
gtk+-2.0 >= 2.14.0 \\
dbus-glib-1\""; } >&5
($PKG_CONFIG --exists --print-errors "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
@@ -20445,7 +20445,7 @@
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PK_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
@@ -20472,7 +20472,7 @@
fi
if test $_pkg_short_errors_supported = yes; then
PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
@@ -20481,7 +20481,7 @@
dbus-glib-1" 2>&1`
else
PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
--- configure.ac
+++ configure.ac
@@ -355,7 +355,7 @@
enable_browser_plugin=$enableval,enable_browser_plugin=yes)
if test x$enable_browser_plugin = xyes; then
PKG_CHECK_MODULES(PK_BROWSER_PLUGIN, \
- mozilla-plugin \
+ npapi-sdk \
gio-unix-2.0 \
nspr \
cairo \
|