mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
require autoconf 2.57 and pygtk 2.0.0.
Original commit message from CVS: require autoconf 2.57 and pygtk 2.0.0.
This commit is contained in:
parent
6cd99af3e2
commit
7de8cc8370
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit b7abb510aa14e8692df39ea8c2c758e37d8a8d8a
|
||||
Subproject commit e903f88a7388f0b463204ea1f960a4ace840175b
|
|
@ -1,5 +1,5 @@
|
|||
-*- mode: m4 -*-
|
||||
AC_PREREQ(2.54)
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
|
@ -13,7 +13,7 @@ dnl Add parameters for aclocal
|
|||
ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS"
|
||||
|
||||
dnl required versions of other packages
|
||||
AC_SUBST(PYGTK_REQ, 1.99.14)
|
||||
AC_SUBST(PYGTK_REQ, 2.0.0)
|
||||
AC_SUBST(GLIB_REQ, 2.0.0)
|
||||
AC_SUBST(GTK_REQ, 2.0.0)
|
||||
AC_SUBST(GST_REQ, 0.6.0)
|
||||
|
|
Loading…
Reference in a new issue