[Buildroot] [PATCH 1/5] package/spice: add optional gdk-pixbuf dependency

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Nov 14 19:13:17 UTC 2019


This dependency has been added in version 0.14.1 with
https://gitlab.freedesktop.org/spice/spice-common/commit/d58a5b6a5a25134396661e1d805dfc567181e3af

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/spice/spice.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/spice/spice.mk b/package/spice/spice.mk
index 16e57441a8..f5801ce0ff 100644
--- a/package/spice/spice.mk
+++ b/package/spice/spice.mk
@@ -13,6 +13,7 @@ SPICE_INSTALL_STAGING = YES
 SPICE_DEPENDENCIES = \
 	host-pkgconf \
 	jpeg \
+	$(if $(BR2_PACKAGE_GDK_PIXBUF),gdk-pixbuf) \
 	libglib2 \
 	openssl \
 	pixman \
-- 
2.23.0



More information about the buildroot mailing list