From 65b5ca3576fe7e150ab78cbdcf3925a6a4eb6e3d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 11:20:09 +0300 Subject: [PATCH] libtheora: disable html documentation --- extra/libtheora/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/libtheora/build b/extra/libtheora/build index 288944dc..2faa3e26 100755 --- a/extra/libtheora/build +++ b/extra/libtheora/build @@ -6,4 +6,6 @@ patch -p0 < libtheora-1.1.1-libpng16.patch --prefix=/usr make -make DESTDIR="$1" install +make -C lib DESTDIR="$1" install +make -C include DESTDIR="$1" install +make DESTDIR="$1" install-pkgconfigDATA