diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-29 20:10:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-29 20:10:45 +0100 |
commit | 4bb3641d5894b2e4e7476b5c7cd3068e34e98548 (patch) | |
tree | a1d2e8bfaf9d9a47a4c7088d49c1e3d8030d18ea /recipes/xorg-xserver | |
parent | 778216774b3f8592849534a9901febcfd947e300 (diff) |
xserver-xorg 1.7.3: add overlapped blit support for shr too
* shr is using the same pixman as angstrom so it should be safe
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.7.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb index 6b28f76fff..95cedae84a 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb @@ -11,6 +11,7 @@ SRC_URI += "file://sysroot_fix.patch;patch=1 \ " SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1" +SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1" do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts |