mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
idiottest was failing because of change of PLUGIN_USE_SRCDIR to
Original commit message from CVS: idiottest was failing because of change of PLUGIN_USE_SRCDIR to PLUGIN_USE_BUILDDIR - fixed.
This commit is contained in:
parent
216e862be2
commit
1a06cd4731
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Idiot test to stop the installing of versions with plugin srcdir enabled
|
# Idiot test to stop the installing of versions with plugin builddir enabled
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
if PLUGINS_USE_SRCDIR
|
if PLUGINS_USE_BUILDDIR
|
||||||
@echo "*** ERROR: Cannot install:"
|
@echo "*** ERROR: Cannot install:"
|
||||||
@echo "GStreamer was configured using the --enable-plugin-srcdir option."
|
@echo "GStreamer was configured using the --enable-plugin-builddir option."
|
||||||
@echo
|
@echo
|
||||||
@echo "This option is for development purposes only: binaries built with"
|
@echo "This option is for development purposes only: binaries built with"
|
||||||
@echo "it should be used with code in the build tree only. To build an"
|
@echo "it should be used with code in the build tree only. To build an"
|
||||||
@echo "installable version, use ./configure without the --enable-plugin-srcdir"
|
@echo "installable version, use ./configure without the --enable-plugin-builddir"
|
||||||
@echo "option. Note that the autogen.sh script supplies the plugin srcdir"
|
@echo "option. Note that the autogen.sh script supplies the plugin builddir"
|
||||||
@echo "option automatically - it cannot be used to configure installable builds."
|
@echo "option automatically - it cannot be used to configure installable builds."
|
||||||
@echo
|
@echo
|
||||||
@/bin/false
|
@/bin/false
|
||||||
|
|
Loading…
Reference in a new issue