97951a7d2b
Bring epiphany support back. No need to run depends on gedit and epiphany.
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2010/04/27 08:14:38 ajacoutot Exp $
|
|
--- configure.orig Sat Apr 17 03:01:32 2010
|
|
+++ configure Tue Apr 27 09:48:23 2010
|
|
@@ -17247,7 +17247,7 @@ MOZILLA_EXTRA_LIBS="$gecko_cv_extra_libs"
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Epiphany API version" >&5
|
|
$as_echo_n "checking for Epiphany API version... " >&6; }
|
|
-apis="2.26 2.25 2.24"
|
|
+apis="2.30 2.29 2.28 2.26 2.25 2.24"
|
|
epiphany_api_version=
|
|
for api in $apis; do
|
|
if test -n "$PKG_CONFIG" && \
|