diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-20 11:31:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-20 11:31:32 +0200 |
commit | e82669abcfa2843d7173095f235d92c00f83ba99 (patch) | |
tree | 2e9c326b6cd0434c80fcb2f08850459228711a34 /recipes/xorg-lib/pixman_0.16.2.bb | |
parent | 4a7de9b99e64d90f4e31020ca42b0b74bb4d1634 (diff) |
pixman: add some new versions, update git recipe
Diffstat (limited to 'recipes/xorg-lib/pixman_0.16.2.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.16.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.16.2.bb b/recipes/xorg-lib/pixman_0.16.2.bb new file mode 100644 index 0000000000..2517f8f354 --- /dev/null +++ b/recipes/xorg-lib/pixman_0.16.2.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \ + " + +inherit autotools_stage +AUTOTOOLS_STAGE_PKGCONFIG = "1" + |