From: Axel Lin <axel.lin@ingics.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] spice: bump to version 0.12.4
Date: Thu, 10 Oct 2013 11:06:23 +0800 [thread overview]
Message-ID: <1381374383.6420.4.camel@phoenix> (raw)
In-Reply-To: <1381374101.6420.1.camel@phoenix>
According to the ChangeLog, spice needs glib2 since 0.12.2.
Thus add libglib2 dependency to fix build error if !BR2_PACKAGE_LIBGLIB2.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/spice/Config.in | 1 +
package/spice/spice.mk | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/spice/Config.in b/package/spice/Config.in
index cd91833..5b28e68 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_SPICE
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_CELT051
select BR2_PACKAGE_JPEG
+ select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_PIXMAN
select BR2_PACKAGE_PYTHON_PYPARSING
diff --git a/package/spice/spice.mk b/package/spice/spice.mk
index a016da6..d44e3bf 100644
--- a/package/spice/spice.mk
+++ b/package/spice/spice.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SPICE_VERSION = 0.12.0
+SPICE_VERSION = 0.12.4
SPICE_SOURCE = spice-$(SPICE_VERSION).tar.bz2
SPICE_SITE = http://www.spice-space.org/download/releases/
SPICE_LICENSE = LGPLv2.1+
@@ -14,6 +14,7 @@ SPICE_DEPENDENCIES = \
alsa-lib \
celt051 \
jpeg \
+ libglib2 \
openssl \
pixman \
python-pyparsing \
--
1.8.1.2
next prev parent reply other threads:[~2013-10-10 3:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-10 3:01 [Buildroot] [PATCH 1/2] spice-protocol: bump to version 0.12.6 Axel Lin
2013-10-10 3:06 ` Axel Lin [this message]
2013-10-10 3:41 ` [Buildroot] [PATCH 2/2] spice: bump to version 0.12.4 Baruch Siach
2013-10-10 5:21 ` Axel Lin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381374383.6420.4.camel@phoenix \
--to=axel.lin@ingics.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.