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>
This commit is contained in:
parent
765507b820
commit
b31611b1e7
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ define Package/totem-pl-parser/decription
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += -Dintrospection=false \
|
MESON_ARGS += -Dintrospection=false \
|
||||||
-Denable-libarchive=no
|
-Denable-libarchive=no \
|
||||||
|
-Denable-libgcrypt=no
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/
|
$(INSTALL_DIR) $(1)/usr/include/
|
||||||
|
|
Loading…
Reference in a new issue