xorg-x11-drv-vesa: Update to 2.3.2.

This is a major update to the latest stable version.
Requires xorg-x11-server-devel >= 1.13.2 to be sure to compile for the new version of the x-server.
This commit is contained in:
Stefan Schantl 2013-02-05 20:37:21 +01:00
parent a9103f8e5a
commit 668803d7a2
1 changed files with 11 additions and 8 deletions

View File

@ -4,7 +4,7 @@
############################################################################### ###############################################################################
name = xorg-x11-drv-vesa name = xorg-x11-drv-vesa
version = 2.3.0 version = 2.3.2
release = 1 release = 1
maintainer = Stefan Schantl <stefan.schantl@ipfire.org> maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@ -17,23 +17,23 @@ description
X.Org X11 vesa video driver. X.Org X11 vesa video driver.
end end
source_dl = http://ftp.x.org/pub/individual/driver/ # Specify the X Server version to build for.
sources = xf86-video-vesa-%{version}.tar.bz2 x11_server_ver = 1.13.2
DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER) thisapp = xf86-video-vesa-%{version}
source_dl = http://ftp.x.org/pub/individual/driver/
build build
requires requires
libX11-devel libX11-devel
libpciaccess-devel libpciaccess-devel >= 0.13.1
pkg-config pkg-config
xorg-x11-proto-devel xorg-x11-proto-devel
xorg-x11-server-devel xorg-x11-server-devel >= %{x11_server_ver}
xorg-x11-util-macros xorg-x11-util-macros
end end
DIR_APP = %{DIR_SRC}/xf86-video-vesa-%{version}
CFLAGS += -Wl,-z,lazy CFLAGS += -Wl,-z,lazy
configure_options += \ configure_options += \
@ -46,6 +46,9 @@ end
packages packages
package %{name} package %{name}
requires
xorg-x11-server >= %{x11_server_ver}
end
end end
package %{name}-debuginfo package %{name}-debuginfo