All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gd: add gd-ft recipe
@ 2010-04-01 20:03 Roman I Khimov
  2010-04-01 20:03 ` [PATCH 2/2] sarg: new recipe Roman I Khimov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Roman I Khimov @ 2010-04-01 20:03 UTC (permalink / raw)
  To: openembedded-devel

GD with Freetype support, this kind of setup is needed for some
packages like sarg. If needed, choose with

PREFERRED_PROVIDER_gd = "gd-ft"

Signed-off-by: Roman I Khimov <khimov@altell.ru>
---
 recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb

diff --git a/recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb b/recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb
new file mode 100644
index 0000000..174bbe6
--- /dev/null
+++ b/recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb
@@ -0,0 +1,8 @@
+include gd_${PV}.bb
+
+DEPENDS += "freetype"
+
+PROVIDES = "gd"
+RPROVIDES_${PN} = "gd"
+
+EXTRA_OECONF += "--with-freetype"
\ No newline at end of file
-- 
1.6.4.2




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

end of thread, other threads:[~2010-04-05 19:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01 20:03 [PATCH 1/2] gd: add gd-ft recipe Roman I Khimov
2010-04-01 20:03 ` [PATCH 2/2] sarg: new recipe Roman I Khimov
2010-04-01 21:18   ` Khem Raj
2010-04-02  5:25     ` Roman I Khimov
2010-04-01 21:29 ` [PATCH 1/2] gd: add gd-ft recipe Khem Raj
2010-04-02  7:44 ` Koen Kooi
2010-04-05 19:48   ` [PATCH 1/2] gd: build with freetype support Roman I Khimov
2010-04-05 19:48     ` [PATCH 2/2] sarg: new recipe Roman I Khimov

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.