From 3a0a879172c47b686a06c1fabe578d089c7666d8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 10 Jan 2007 23:57:40 +0000 Subject: add in cairo --- package/cairo/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/cairo/Config.in (limited to 'package/cairo/Config.in') diff --git a/package/cairo/Config.in b/package/cairo/Config.in new file mode 100644 index 000000000..1066abf74 --- /dev/null +++ b/package/cairo/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_CAIRO + bool "pango" + default n + select BR2_PACKAGE_PKGCONFIG + select BR2_PACKAGE_LIBPNG + select BR2_PACKAGE_XORG + help + Pango is a library for laying out and rendering of text, with an + emphasis on internationalization. Pango can be used anywhere that + text layout is needed, though most of the work on Pango so far has + been done in the context of the GTK+ widget toolkit. Pango forms the + core of text and font handling for GTK+-2.x. + + http://www.pango.org/ -- cgit v1.2.3