diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb index 850db4966f..adefcdbca5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" |
4 | |||
5 | SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f" | ||
4 | PE = "1" | 6 | PE = "1" |
5 | PR = "r0" | 7 | PR = "r0" |
6 | PV = "1.7.99+git${SRCPV}" | 8 | PV = "1.10+git${SRCPV}" |
7 | 9 | ||
8 | PROTO_DEPS += "xf86driproto dri2proto" | 10 | PROTO_DEPS += "xf86driproto dri2proto" |
9 | 11 | ||
@@ -11,21 +13,12 @@ DEPENDS += "font-util" | |||
11 | 13 | ||
12 | RDEPENDS_${PN} += "xkeyboard-config" | 14 | RDEPENDS_${PN} += "xkeyboard-config" |
13 | 15 | ||
14 | # file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1 | ||
15 | # file://xserver-1.5.0-bg-none-root.patch;patch=1 | ||
16 | # file://xserver-no-root-2.patch;patch=1 | ||
17 | # file://xserver-boottime.patch;patch=1 | ||
18 | # file://xserver-DRI2Swapbuffer.patch;patch=1 | ||
19 | |||
20 | |||
21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \ | 16 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \ |
22 | file://nodolt.patch;patch=1 \ | 17 | file://crosscompile.patch; \ |
23 | file://crosscompile.patch;patch=1 \ | 18 | file://fix_macros1.patch;" |
24 | file://fix_macros1.patch;patch=1" | ||
25 | # file://libdri-xinerama-symbol.patch;patch=1 | ||
26 | 19 | ||
27 | # Misc build failure for master HEAD | 20 | # Misc build failure for master HEAD |
28 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" | 21 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;" |
29 | 22 | ||
30 | EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga" | 23 | EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga" |
31 | 24 | ||