From: James Hilliard Date: Tue, 3 Aug 2021 23:21:10 +0000 (-0600) Subject: package/system-config-printer: add host desktop-file-utils dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4951aac074801e147c2c46b022a4847c7a8dff8;p=buildroot.git package/system-config-printer: add host desktop-file-utils dependency Fixes: - http://autobuild.buildroot.net/results/33f/33f00aa38d55e5d3acb7171428a7ef23532afa94 Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/system-config-printer/system-config-printer.mk b/package/system-config-printer/system-config-printer.mk index b20bea7dc4..e275743026 100644 --- a/package/system-config-printer/system-config-printer.mk +++ b/package/system-config-printer/system-config-printer.mk @@ -9,7 +9,7 @@ SYSTEM_CONFIG_PRINTER_SOURCE = system-config-printer-$(SYSTEM_CONFIG_PRINTER_VER SYSTEM_CONFIG_PRINTER_SITE = https://github.com/OpenPrinting/system-config-printer/releases/download/v$(SYSTEM_CONFIG_PRINTER_VERSION) SYSTEM_CONFIG_PRINTER_LICENSE = GPL-2.0+ SYSTEM_CONFIG_PRINTER_LICENSE_FILES = COPYING -SYSTEM_CONFIG_PRINTER_DEPENDENCIES = cups host-intltool host-pkgconf +SYSTEM_CONFIG_PRINTER_DEPENDENCIES = cups host-desktop-file-utils host-intltool host-pkgconf # 0001-Add-option-to-disable-xmlto-manual-generation.patch # 0002-configure-accept-non-system-cups-config.patch