mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +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] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/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