enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / cairo / cairo.inc
1 SECTION = "libs"
2 PRIORITY = "optional"
3 DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender"
4 DESCRIPTION = "Cairo graphics library"
5 LICENSE = "MPL LGPL"
6
7 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 
8 require cairo-fpu.inc
9 EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"
10
11 inherit autotools pkgconfig 
12
13 do_stage () {
14         autotools_stage_all
15 }