diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-10-30 22:47:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-01 16:20:50 +0100 |
commit | db7b1040dcd0c2a24b65cbe94518d16d00f16ba7 (patch) | |
tree | 4aacdc8f814a351af31f245fc4f525055caa37f9 | |
parent | 5349756f70fd82f05a753de1fa40e4fcf757cb9b (diff) |
gupnp-tools: fix when using latest gupnp-av
Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore
Backported from: e9ec9634207e4c2eea6d268ee29b57e687c1f178
The patch retrieved from the official gnome URL
(https://git.gnome.org/browse/gupnp-tools/patch/?id=e9ec9634207e4c2eea6d268ee29b57e687c1f178)
can not be applied through GUPNP_TOOLS_PATCH as it does not end with the
'.patch*' pattern
Fixes:
- http://autobuild.buildroot.org/results/329851daa060f23c55f996c1b0f323d41f85ccb2
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch new file mode 100644 index 000000000..6d3769fbe --- /dev/null +++ b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch @@ -0,0 +1,27 @@ +From e9ec9634207e4c2eea6d268ee29b57e687c1f178 Mon Sep 17 00:00:00 2001 +From: Jens Georg <mail@jensge.org> +Date: Sun, 16 Oct 2016 21:51:39 +0200 +Subject: av-cp: Fix compiling when using recent GUPnP-AV + +Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore + +Signed-off-by: Jens Georg <mail@jensge.org> +--- + src/av-cp/playlist-treeview.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/av-cp/playlist-treeview.h b/src/av-cp/playlist-treeview.h +index 8637ae8..16b131e 100644 +--- a/src/av-cp/playlist-treeview.h ++++ b/src/av-cp/playlist-treeview.h +@@ -23,6 +23,8 @@ + + #include <config.h> + #include <gtk/gtk.h> ++ ++#include <libgupnp/gupnp.h> + #include <libgupnp-av/gupnp-av.h> + + typedef void (* MetadataFunc) (const char *metadata, +-- +cgit v0.12 |