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:
parent
c7f25b25df
commit
d7c78f83be
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-libav \
|
--disable-libav \
|
||||||
--disable-ffmpeg_static \
|
--disable-ffmpeg_static \
|
||||||
--enable-bundle \
|
--enable-bundle \
|
||||||
|
--disable-uripaser \
|
||||||
--nowerror=unused-variable
|
--nowerror=unused-variable
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
|
Loading…
Reference in a new issue