diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2008-05-10 12:14:11 +0000 |
---|---|---|
committer | Dirk Opfer <dirk@opfer-online.de> | 2008-05-10 12:14:11 +0000 |
commit | 6b04a101cd4b94e47a94813b52ffaa4063419a21 (patch) | |
tree | 51c43133b3cd6ba84c698eef0aa2c9369ff8bd1f | |
parent | d7463a61bdb5c13e89bed8c42bc83f99a240c4b3 (diff) |
pixman: add new version 0.10.0
-rw-r--r-- | packages/xorg-lib/pixman_0.10.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/xorg-lib/pixman_0.10.0.bb b/packages/xorg-lib/pixman_0.10.0.bb new file mode 100644 index 0000000000..1269ff46a7 --- /dev/null +++ b/packages/xorg-lib/pixman_0.10.0.bb @@ -0,0 +1,14 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz" +S = "${WORKDIR}/pixman-${PV}" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} + |