From 66328f878aa812f713012ba680ee3d89456d22c9 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 23 Feb 2022 22:21:28 +0100 Subject: [PATCH] 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] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L1 Signed-off-by: Josef Schlehofer --- libs/totem-pl-parser/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/totem-pl-parser/Makefile b/libs/totem-pl-parser/Makefile index 1808b04c4d4918..bba6922b75ff26 100644 --- a/libs/totem-pl-parser/Makefile +++ b/libs/totem-pl-parser/Makefile @@ -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 endef -MESON_ARGS += -Dintrospection=false +MESON_ARGS += -Dintrospection=false \ + -Denable-libarchive=no define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/