mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
Upgrade to libdrm 2.4.30.
This is going to be necessary next time we upgrade mesa, this is also necessary to work with mesa git against the Chrome OS tree. Change-Id: Ibe38a048d40ad0c36040cb1d18eac5534d4d8f9c Reviewed-on: https://gerrit.chromium.org/gerrit/14844 Commit-Ready: Stéphane Marchesin <marcheu@chromium.org> Tested-by: Stéphane Marchesin <marcheu@chromium.org> Reviewed-by: Stuart Abercrombie <sabercrombie@chromium.org>
This commit is contained in:
parent
ccb8f3bd14
commit
533a47283d
@ -76,7 +76,7 @@ Index: libdrm-2.4.23/xf86drm.c
|
|||||||
+#ifdef __sun
|
+#ifdef __sun
|
||||||
+ map.handle = handle;
|
+ map.handle = handle;
|
||||||
+#else
|
+#else
|
||||||
map.handle = (void *)handle;
|
map.handle = (void *)(uintptr_t)handle;
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
if(drmIoctl(fd, DRM_IOCTL_RM_MAP, &map))
|
if(drmIoctl(fd, DRM_IOCTL_RM_MAP, &map))
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.27.ebuild,v 1.2 2011/10/30 05:18:43 mattst88 Exp $
|
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.30.ebuild,v 1.1 2012/01/07 20:47:41 chithanh Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
inherit xorg-2
|
inherit xorg-2
|
||||||
@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
|
|||||||
>=x11-libs/libpciaccess-0.10"
|
>=x11-libs/libpciaccess-0.10"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${PN}-2.4.23-solaris.patch
|
"${FILESDIR}"/${PN}-2.4.28-solaris.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
Loading…
x
Reference in New Issue
Block a user