Skip to content
Snippets Groups Projects
Commit 489a30f4 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Felix Paul Kühne
Browse files

cosmetics: contrib: libxml2: split configuration across multiple lines


Signed-off-by: Felix Paul Kühne's avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 912b9ac5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,24 @@ $(TARBALLS)/libxml2-$(LIBXML2_VERSION).tar.gz:
.sum-libxml2: libxml2-$(LIBXML2_VERSION).tar.gz
XMLCONF = --with-minimal --with-catalog --with-reader --with-tree --with-push --with-xptr --with-valid --with-xpath --with-xinclude --with-sax1 --without-zlib --without-iconv --without-http --without-ftp --without-debug --without-docbook --without-regexps --without-python
XMLCONF = --with-minimal \
--with-catalog \
--with-reader \
--with-tree \
--with-push \
--with-xptr \
--with-valid \
--with-xpath \
--with-xinclude \
--with-sax1 \
--without-zlib \
--without-iconv \
--without-http \
--without-ftp \
--without-debug \
--without-docbook \
--without-regexps \
--without-python
libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(UNPACK)
......
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