webkit: select cairo PNG feature
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Aug 2009 18:17:20 +0000 (20:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Aug 2009 18:17:20 +0000 (20:17 +0200)
commit26e37dd3c48878ed351092e171840591e2c7e1b8
treec268b6ab199163a1c056ae1f801a96e37140fa8e
parent7df179ae005b44b6b3427b66e03e6b79c976f28d
webkit: select cairo PNG feature

Webkit currently depends on libgtk2, which itself depends on
Cairo. However, the dependency of libgtk2 is only on
BR2_PACKAGE_CAIRO, BR2_PACKAGE_CAIRO_PS and
BR2_PACKAGE_CAIRO_PDF. While this might be enough for libgtk2 to build
and work, Webkit makes direct use of the PNG functionnalities of
Cairo. If this functionnality is not available in Cairo, the Webkit
build complains that cairo_surface_write_to_png_stream() is not
defined.

Therefore, we make sure that WebKit selects BR2_PACKAGE_CAIRO_PNG.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/webkit/Config.in