mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
configure: use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO
For python plugin, but also to ensure there's an entry in the doap file for releases.
This commit is contained in:
parent
6bd5d1c2a6
commit
f708fd6fd1
1 changed files with 5 additions and 0 deletions
|
@ -423,6 +423,11 @@ AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR(could not find Python lib)])
|
|||
|
||||
AG_GST_SET_PLUGINDIR
|
||||
|
||||
dnl set release date/time
|
||||
AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO],
|
||||
["${srcdir}/gst-python.doap"],
|
||||
[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
codegen/Makefile
|
||||
|
|
Loading…
Reference in a new issue