Bump xf86-video-sunffb to 1.2.1
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
parent
52d9a025dc
commit
6b53c5aa38
@ -9,5 +9,5 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNFFB
|
||||
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
xf86-video-sunffb 1.1.0
|
||||
xf86-video-sunffb 1.2.1
|
||||
SUNFFB video driver
|
||||
|
@ -1,24 +0,0 @@
|
||||
--- xf86-video-sunffb-1.2.0/configure.ac.orig 2007-06-10 21:01:18.000000000 +0200
|
||||
+++ xf86-video-sunffb-1.2.0/configure.ac 2007-06-10 21:01:34.000000000 +0200
|
||||
@@ -72,13 +72,20 @@
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
||||
-if test "$DRI" != no; then
|
||||
+if test "x$DRI" != xno; then
|
||||
+ if test "$cross_compiling" = "no" ; then
|
||||
AC_CHECK_FILE([${sdkdir}/dri.h],
|
||||
[have_dri_h="yes"], [have_dri_h="no"])
|
||||
AC_CHECK_FILE([${sdkdir}/sarea.h],
|
||||
[have_sarea_h="yes"], [have_sarea_h="no"])
|
||||
AC_CHECK_FILE([${sdkdir}/dristruct.h],
|
||||
[have_dristruct_h="yes"], [have_dristruct_h="no"])
|
||||
+ AC_CHECK_HEADER
|
||||
+ else
|
||||
+ have_dri_h="yes"
|
||||
+ have_sarea_h="yes"
|
||||
+ have_dristruct_h="yes"
|
||||
+ fi
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING([whether to include DRI support])
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_VERSION = 1.2.0
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_VERSION = 1.2.1
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_SOURCE = xf86-video-sunffb-$(XDRIVER_XF86_VIDEO_SUNFFB_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_AUTORECONF = NO
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
||||
XDRIVER_XF86_VIDEO_SUNFFB_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user