totem-pl-parser: disable libarchive
authorJosef Schlehofer <redacted>
Wed, 23 Feb 2022 21:21:28 +0000 (22:21 +0100)
committerRosen Penev <redacted>
Thu, 24 Feb 2022 01:21:49 +0000 (17:21 -0800)
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 <redacted>
libs/totem-pl-parser/Makefile

index 1808b04c4d491874153c95ee357e5ee35209c7c2..bba6922b75ff2617cb897e6417c8bc88bd029e00 100644 (file)
@@ -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/
git clone https://git.99rst.org/PROJECT