diff options
Diffstat (limited to 'recipes/xorg-lib/pixman_0.18.0.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.18.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_0.18.0.bb b/recipes/xorg-lib/pixman_0.18.0.bb index f22d52b756..07966f86a5 100644 --- a/recipes/xorg-lib/pixman_0.18.0.bb +++ b/recipes/xorg-lib/pixman_0.18.0.bb @@ -1,8 +1,9 @@ require pixman.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_shr = "2" +DEFAULT_PREFERENCE_angstrom = "2" SRC_URI += "\ file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \ @@ -10,6 +11,8 @@ SRC_URI += "\ file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \ file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;patch=1 \ + file://calloc.patch;patch=1 \ + file://tls.patch;patch=1 \ " SRC_URI[archive.md5sum] = "a4fb870fc325be258089f1683642e976" |