aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
new file mode 100644
index 0000000..02ecb6e
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
@@ -0,0 +1,26 @@
+require recipes-graphics/xorg-xserver/xserver-xorg.inc
+
+# This has change in newer release
+LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
+
+# Misc build failure for master HEAD
+SRC_URI += "file://crosscompile.patch \
+ file://fix_open_max_preprocessor_error.patch \
+ file://mips64-compiler.patch \
+ file://pkgconfig-deps.patch \
+ "
+
+SRC_URI[md5sum] = "256325e9b17dff479d92bed97f6b0adb"
+SRC_URI[sha256sum] = "3e2935bc400612df58d5b5e6840829e2c63af02c2e7d2893092500358a4366fc"
+
+PR = "${INC_PR}.0"
+
+do_install_append_mx6 () {
+ # FIXME: This is a workaround to ensure we use Vivante DRI
+ rm ${D}${includedir}/xorg/dri.h \
+ ${D}${includedir}/xorg/sarea.h \
+ ${D}${includedir}/xorg/dristruct.h \
+ ${D}${libdir}/xorg/modules/extensions/libdri.so
+}
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"