diff options
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.bb | 22 |
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 @@ | |||
| 1 | require xserver-xf86-dri-lite.inc | ||
| 2 | |||
| 3 | |||
| 4 | PROTO_DEPS += "xf86driproto dri2proto" | ||
| 5 | |||
| 6 | DEPENDS += "font-util" | ||
| 7 | |||
| 8 | PE = "1" | ||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | SRC_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 | ||
| 17 | SRC_URI += "file://fix_open_max_preprocessor_error.patch" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "5bef6839a76d029204ab31aa2fcb5201" | ||
| 20 | SRC_URI[sha256sum] = "864831f51e841ff37f2445d1c85b86b559c8860a435fb496aead4f256a2b141d" | ||
| 21 | |||
| 22 | EXTRA_OECONF += "--enable-dri --enable-dri2" | ||
