Commit da441b23 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

extras/tools: remove liblzma pkgconfig file

Prevent contribs from picking up the dependency here.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2ab0f9da
......@@ -121,7 +121,7 @@ xz: xz-$(XZ_VERSION).tar.bz2
$(MOVE)
.xz: xz
(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install && rm $(PREFIX)/lib/pkgconfig/liblzma.pc)
touch $@
CLEAN_PKG += xz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment