mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
xdriver_xf86-video-intel: bump version
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ec0db92559
commit
b72cb51e0b
8
CHANGES
8
CHANGES
@ -16,10 +16,10 @@
|
|||||||
libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm,
|
libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm,
|
||||||
memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd,
|
memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd,
|
||||||
pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith,
|
pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith,
|
||||||
wget, xkeyboard-config, xlib_libX11, xlib_libXfont,
|
wget, xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
|
||||||
xlib_libXfontcache, xlib_libXxf86misc, xlib_libpciaccess,
|
xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
|
||||||
xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
|
xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
|
||||||
xproto_xf86miscproto
|
xproto_fontcacheproto, xproto_xf86miscproto
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
|
|||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||||
select BR2_PACKAGE_XPROTO_XPROTO
|
select BR2_PACKAGE_XPROTO_XPROTO
|
||||||
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
select BR2_PACKAGE_XLIB_LIBPCIACCESS
|
||||||
|
select BR2_PACKAGE_LIBDRM
|
||||||
help
|
help
|
||||||
xf86-video-intel 2.9.1
|
|
||||||
Intel video driver
|
Intel video driver
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
--- a/configure.ac.orig 2010-01-04 22:20:07.000000000 +0000
|
||||||
|
+++ b/configure.ac 2010-02-19 12:12:50.000000000 +0000
|
||||||
|
@@ -103,7 +103,7 @@
|
||||||
|
CFLAGS="$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS"
|
||||||
|
CPPFLAGS="$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS"
|
||||||
|
AC_MSG_CHECKING([whether to include DRI support])
|
||||||
|
-if test x$DRI != xno; then
|
||||||
|
+if test "$cross_compiling" = "no" -a test x$DRI != xno; then
|
||||||
|
AC_CHECK_FILE([${sdkdir}/dri.h],
|
||||||
|
[have_dri_h="yes"], [have_dri_h="no"])
|
||||||
|
AC_CHECK_FILE([${sdkdir}/sarea.h],
|
@ -4,11 +4,13 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.9.1
|
XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.10.0
|
||||||
XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
|
XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
|
||||||
XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||||
XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
|
XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
|
||||||
XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto xproto_dri2proto
|
XDRIVER_XF86_VIDEO_INTEL_LIBTOOL_PATCH = NO
|
||||||
|
XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = --enable-dri
|
||||||
|
XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess
|
||||||
XDRIVER_XF86_VIDEO_INTEL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
XDRIVER_XF86_VIDEO_INTEL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-intel))
|
$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-intel))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user