summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc21
-rw-r--r--meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb23
2 files changed, 24 insertions, 20 deletions
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
new file mode 100644
index 00000000..0faee5ee
--- /dev/null
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
@@ -0,0 +1,21 @@
1PR = "r4"
2
3PROTO_DEPS += "xf86driproto dri2proto"
4
5DEPENDS += "font-util"
6
7SRC_URI += "file://nodolt.patch \
8 file://crosscompile.patch \
9 file://libdrm-poulsbo.patch"
10
11# Misc build failure for master HEAD
12SRC_URI += "file://fix_open_max_preprocessor_error.patch"
13
14EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
15
16RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
17 libdrm-poulsbo libva"
18
19COMPATIBLE_MACHINE = "emenlow"
20
21LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
index 5227faa4..7fd19cb6 100644
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
@@ -1,21 +1,4 @@
1require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc 1require recipes-graphics/xorg-xserver/xserver-xorg.inc
2require xserver-psb-${PV}.inc
2 3
3PR = "r3" 4PE = "1"
4
5PROTO_DEPS += "xf86driproto dri2proto"
6
7DEPENDS += "font-util"
8
9SRC_URI += "file://nodolt.patch \
10 file://crosscompile.patch \
11 file://libdrm-poulsbo.patch"
12
13# Misc build failure for master HEAD
14SRC_URI += "file://fix_open_max_preprocessor_error.patch"
15
16EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
17
18RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
19 libdrm-poulsbo libva"
20
21COMPATIBLE_MACHINE = "emenlow"