summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-01-16 16:06:51 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-18 07:38:03 -0800
commit57bab3315cca255e43abb3aced01cf29e5fcac55 (patch)
tree67dd9af8e85f26b9e5dd92dc16647f61d9b7ef3d /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
parent5a93778d3c59b972e5ab0d76b0408bda17c6f472 (diff)
downloadpoky-57bab3315cca255e43abb3aced01cf29e5fcac55.tar.gz
xserver-xf86-dri-lite: upgrade to 1.9.3
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
new file mode 100644
index 0000000000..9ff85de6c3
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
@@ -0,0 +1,22 @@
1require xserver-xf86-dri-lite.inc
2
3
4PROTO_DEPS += "xf86driproto dri2proto"
5
6DEPENDS += "font-util"
7
8PE = "1"
9PR = "r0"
10
11SRC_URI += "file://nodolt.patch \
12 file://crosscompile.patch"
13# file://libdri-xinerama-symbol.patch;patch=1 \
14# file://xserver-boottime.patch;patch=1"
15
16# Misc build failure for master HEAD
17SRC_URI += "file://fix_open_max_preprocessor_error.patch"
18
19SRC_URI[md5sum] = "5bef6839a76d029204ab31aa2fcb5201"
20SRC_URI[sha256sum] = "864831f51e841ff37f2445d1c85b86b559c8860a435fb496aead4f256a2b141d"
21
22EXTRA_OECONF += "--enable-dri --enable-dri2"