1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

upgrade pixman to 0.12.0

This commit is contained in:
Xu Li
2008-11-11 20:02:01 +08:00
committed by Richard Purdie
parent 57efa3ccc8
commit ba601403fe
2 changed files with 5 additions and 0 deletions
@@ -4,3 +4,4 @@
#
PREFERRED_VERSION_atk ?= "1.24.0"
PREFERRED_VERSION_pixman ?= "0.12.0"
+4
View File
@@ -0,0 +1,4 @@
require xorg-lib-common.inc
DESCRIPTION = "Library for lowlevel pixel operations"
DEPENDS = "virtual/libx11"