Skip to content
Snippets Groups Projects
Commit 3342f3d5 authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

makefile: remove unknown disable-mkv option from distcheck

It generates a warning
configure: WARNING: unrecognized options: --disable-mkv
parent 94415f30
No related branches found
No related tags found
1 merge request!1487makefile: remove bogus disable-mkv during distcheck
Pipeline #194646 passed with stage
in 32 minutes and 26 seconds
......@@ -23,7 +23,7 @@ BUILT_SOURCES_distclean =
BUILT_SOURCES = $(BUILT_SOURCES_distclean)
SUFFIXES =
SUFFIXES =
DISTCHECK_CONFIGURE_FLAGS = \
--enable-fast-install \
......@@ -37,7 +37,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-live555 \
--disable-lua \
--disable-fribidi \
--disable-mkv \
--with-kde-solid='$${datadir}/kde4/apps'
ACLOCAL_AMFLAGS = -I m4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment