diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-14 21:46:42 -0200 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-14 22:01:18 -0200 |
commit | ae3d96280a8613b29b77875ce421c741b83d936d (patch) | |
tree | 55a3d6a12693bdd8a0573871da49a30cd5a7c0ff /multimedia | |
parent | 456b789bce177bd5b9e948a81d2a27814bc39d51 (diff) |
gstreamer1: build without libdw
Avoids dependencies with libdw and libelf.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 01b621db2..75bdb9866 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gstreamer1 PKG_VERSION:=1.14.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \ Ted Hess <thess@kitschensync.net> @@ -127,6 +127,7 @@ CONFIGURE_ARGS += \ --disable-gtk-doc-html \ --disable-tests \ --disable-valgrind \ + --without-dw \ --without-libiconv-prefix \ --without-libintl-prefix \ --without-unwind |