mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:21:46 +08: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:
parent
d8ad8a5471
commit
b79cb4e1c2
@ -36,7 +36,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…
Reference in New Issue
Block a user