Skip to content

Commit

Permalink
totem-pl-parser: disable libarchive
Browse files Browse the repository at this point in the history
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 <pepe.schlehofer@gmail.com>
  • Loading branch information
BKPepe authored and utoni committed Mar 17, 2022
1 parent 24eb170 commit 66328f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/totem-pl-parser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 66328f8

Please # to comment.