diff options
Diffstat (limited to 'packages/cairo/cairo.inc')
-rw-r--r-- | packages/cairo/cairo.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/cairo/cairo.inc b/packages/cairo/cairo.inc new file mode 100644 index 0000000000..e405257dfb --- /dev/null +++ b/packages/cairo/cairo.inc @@ -0,0 +1,15 @@ +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points +require cairo-fpu.inc +EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |