Skip to content

Commit

Permalink
totem-pl-parser: disable libgcrypt
Browse files Browse the repository at this point in the history
If libgcrypt is compiled first, then it is automatically picked up
during the building totem-pl-parser [1]. Let's disable AmazonAMZ
decoding for now.

[1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
  • Loading branch information
BKPepe authored and utoni committed Mar 17, 2022
1 parent 66328f8 commit 7f48c52
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 @@ -37,7 +37,8 @@ define Package/totem-pl-parser/decription
endef

MESON_ARGS += -Dintrospection=false \
-Denable-libarchive=no
-Denable-libarchive=no \
-Denable-libgcrypt=no

define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/
Expand Down

0 comments on commit 7f48c52

Please # to comment.