All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libgdiplus: uses giflib
@ 2014-06-26 23:35 Cody P Schafer
  0 siblings, 0 replies; only message in thread
From: Cody P Schafer @ 2014-06-26 23:35 UTC (permalink / raw)
  To: ajlennon, autif.mlist, yocto

Depend on giflib-native, without this we end up pulling in the system's
one (which may be the wrong version)

Signed-off-by: Cody P Schafer <dev@codyps.com>
---
 recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb b/recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb
index 25dfbbd..cec1fbe 100644
--- a/recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb
+++ b/recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb
@@ -14,7 +14,7 @@ SRC_URI = "https://github.com/mono/libgdiplus/archive/${PV}.tar.gz \
 
 inherit autotools pkgconfig native
 
-DEPENDS =+ "cairo-native freetype-native fontconfig-native libxft-native libpng-native pango-native"
+DEPENDS =+ "cairo-native freetype-native fontconfig-native libxft-native libpng-native pango-native giflib-native"
 
 SRC_URI[md5sum] = "6fd45bbb9843f5a8851b5f44e2a5dd04"
 SRC_URI[sha256sum] = "45c533dc72af0a24d1d3a8097873f5fe1670107fe7e6d08fb71ae586c87a0f1d"
-- 
2.0.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-26 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 23:35 [PATCH] libgdiplus: uses giflib Cody P Schafer

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.