summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-05-30 14:36:43 +0200
committerJens Georg <mail@jensge.org>2018-05-30 14:36:43 +0200
commit24e76fff70024a9f225ac168dce8053d1e3745d0 (patch)
tree48994ef66fa4d8f154890b1641aad71efff2b55c
parent4833a2dc7edfdff0d45f3890b6efe6c1bd8e8c24 (diff)
downloadrygel-24e76fff70024a9f225ac168dce8053d1e3745d0.tar.gz
build: use foreign to cope with now missing README
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 951e6f10..d5544281 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Requirements
* gst-plugins-bad
* gst-plugins-ugly
-To build without gstreamer, use: ```--with-media-engine=simple```
+To build without gstreamer, use ```--with-media-engine=simple``` during configure time.
This will also disable any plugins that use gstreamer.
References
diff --git a/configure.ac b/configure.ac
index b4ee95b5..ee487ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_SUBST(abs_top_builddir)
AC_SUBST(VERSION)
dnl Initialize automake
-AM_INIT_AUTOMAKE([1.11.1 tar-ustar no-dist-gzip dist-xz -Wno-portability])
+AM_INIT_AUTOMAKE([1.11.1 tar-ustar no-dist-gzip dist-xz -Wno-portability foreign])
AM_MAINTAINER_MODE([enable])
dnl Initialize libtool