mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON, which as a side-effect should pick up newer python versions as well. https://bugzilla.gnome.org/show_bug.cgi?id=563903
This commit is contained in:
parent
e4a82bdbb1
commit
884d14a2c7
2 changed files with 2 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6bb695159bf15fe64d31b26dd2a07d1ba2bb7f1d
|
Subproject commit b497c4f0da17535ecf259e68dce46626141cfaee
|
|
@ -118,8 +118,7 @@ AG_GST_CHECK_DOWHILE_MACROS
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
GTK_DOC_CHECK([1.12])
|
GTK_DOC_CHECK([1.12])
|
||||||
AS_PATH_PYTHON([2.1])
|
AG_GST_PLUGIN_DOCS([1.12])
|
||||||
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
|
||||||
|
|
||||||
dnl *** checks for libraries ***
|
dnl *** checks for libraries ***
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue