mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
configure: fix autotools build after gtk-doc removal
Were using a gtk-doc specific file to check if we can find the srcdir, so configure would fail.
This commit is contained in:
parent
8917c62f93
commit
5f389eeb3c
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ if test -d po ; then
|
|||
touch -t 200001010000 po/gst-plugins-bad-1.0.pot
|
||||
fi
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode'
|
||||
|
||||
if test "x$package" = "xgstreamer"; then
|
||||
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning"
|
||||
|
|
|
@ -17,7 +17,7 @@ dnl check if this is a release version
|
|||
AS_NANO(GST_GIT="no", GST_GIT="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml])
|
||||
AC_CONFIG_SRCDIR([gst/aiff/aiff.c])
|
||||
|
||||
dnl define the output header for config
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
Loading…
Reference in a new issue