diff options
Diffstat (limited to 'recipes/xorg-lib/pixman_0.10.0.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.10.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.10.0.bb b/recipes/xorg-lib/pixman_0.10.0.bb new file mode 100644 index 0000000000..35f62990b5 --- /dev/null +++ b/recipes/xorg-lib/pixman_0.10.0.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} + |