mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
some build fixes
Original commit message from CVS: some build fixes
This commit is contained in:
parent
bc97ab9faa
commit
17fe008b8f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ AC_CONFIG_SRCDIR([gst/gstmodule.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl Add parameters for aclocal
|
dnl Add parameters for aclocal
|
||||||
ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS"
|
AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4")
|
||||||
|
|
||||||
dnl required versions of other packages
|
dnl required versions of other packages
|
||||||
AC_SUBST(PYGTK_REQ, 2.6.3)
|
AC_SUBST(PYGTK_REQ, 2.6.3)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pkgpythondir = $(pythondir)/gst/extend
|
pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst/extend
|
||||||
|
|
||||||
pygstdir = $(pkgpythondir)
|
pygstdir = $(pkgpythondir)
|
||||||
pygst_PYTHON = __init__.py pygobject.py utils.py
|
pygst_PYTHON = __init__.py pygobject.py utils.py
|
||||||
|
|
Loading…
Reference in a new issue