tvheadend: disable uriparser

This avoids to add liburiparser as dependency.

Package tvheadend is missing dependencies for the following libraries:
liburiparser.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 0449c109e7)
This commit is contained in:
Josef Schlehofer 2022-01-21 11:01:29 +01:00
parent c7f25b25df
commit d7c78f83be
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -72,6 +72,7 @@ CONFIGURE_ARGS += \
--disable-libav \
--disable-ffmpeg_static \
--enable-bundle \
--disable-uripaser \
--nowerror=unused-variable
define Build/Prepare