mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Rosen Penev
parent
765507b820
commit
b31611b1e7
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user