projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496ed42
)
configure: Require GTK+ >= 2.14 for the examples
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sun, 27 Jun 2010 08:31:17 +0000
(10:31 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sun, 27 Jun 2010 08:31:17 +0000
(10:31 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 13ae67efbed4033e6f9c83cc7a33f49b8cf82355..101d397107a770267d81934c6fc0ecbdabd9a5fb 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-241,7
+241,7
@@
AC_SUBST(GSTPB_PREFIX)
dnl GTK is optional and used in examples
if test "x$BUILD_EXAMPLES" = "xyes"; then
PKG_CHECK_MODULES(GTK, gtk+-3.0, HAVE_GTK=yes,
- [PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.
8
.0, HAVE_GTK=yes, HAVE_GTK=no)])
+ [PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.
14
.0, HAVE_GTK=yes, HAVE_GTK=no)])
AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_CFLAGS)
fi