totem-pl-parser: disable libarchive
If the libarchive is present within the build environment, it is
automatically detected and enabled [1]. This causes that totem-pl-parser
is not compiled with this error:
Package totem-pl-parser is missing dependencies for the following libraries:
libarchive.so.18
[1] c6c1c51aef/meson_options.txt (L1)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
933b60b5b1
commit
765507b820
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ define Package/totem-pl-parser/decription
|
||||||
totem-pl-parser is a simple GObject-based library to parse a host of playlist formats
|
totem-pl-parser is a simple GObject-based library to parse a host of playlist formats
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += -Dintrospection=false
|
MESON_ARGS += -Dintrospection=false \
|
||||||
|
-Denable-libarchive=no
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/
|
$(INSTALL_DIR) $(1)/usr/include/
|
||||||
|
|
Loading…
Reference in a new issue