Browse Source

totem-pl-parser: disable libgcrypt

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] c6c1c51aef/meson_options.txt (L3)

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer 2 years ago
committed by Rosen Penev
parent
commit
b31611b1e7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/totem-pl-parser/Makefile

+ 2
- 1
libs/totem-pl-parser/Makefile View File

@ -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/


Loading…
Cancel
Save