Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/spice: add optional gdk-pixbuf dependency
@ 2019-11-14 19:13 Fabrice Fontaine
  2019-11-14 19:13 ` [Buildroot] [PATCH 2/5] package/gdk-pixbuf: add gio to Requires.private Fabrice Fontaine
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2019-11-14 19:13 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-18 22:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-14 19:13 [Buildroot] [PATCH 1/5] package/spice: add optional gdk-pixbuf dependency Fabrice Fontaine
2019-11-14 19:13 ` [Buildroot] [PATCH 2/5] package/gdk-pixbuf: add gio to Requires.private Fabrice Fontaine
2019-11-18 22:23   ` Thomas Petazzoni
2019-11-14 19:13 ` [Buildroot] [PATCH 3/5] package/spice: needs dynamic library Fabrice Fontaine
2019-11-14 19:13 ` [Buildroot] [PATCH 4/5] package/spice-protocol: bump to version 0.14.0 Fabrice Fontaine
2019-11-14 19:13 ` [Buildroot] [PATCH 5/5] package/spice: security bump to version 0.14.2 Fabrice Fontaine
2019-11-15 20:20 ` [Buildroot] [PATCH 1/5] package/spice: add optional gdk-pixbuf dependency Yann E. MORIN
2019-11-15 20:27   ` Fabrice Fontaine
2019-11-17 15:40     ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox