diff options
Diffstat (limited to 'recipes/cairo/cairomm_1.2.4.bb')
-rw-r--r-- | recipes/cairo/cairomm_1.2.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/cairo/cairomm_1.2.4.bb b/recipes/cairo/cairomm_1.2.4.bb new file mode 100644 index 0000000000..7796a44016 --- /dev/null +++ b/recipes/cairo/cairomm_1.2.4.bb @@ -0,0 +1,9 @@ +require cairo.inc + +DEPENDS = "cairo" +DESCRIPTION = "C++ bindings for Cairo graphics library" +PR = "r0" + +SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz" + +#EXTRA_OECONF = "--disable-docs" |