xorg-server: update to 1.8.0.902 (1.8.1 RC2).
This commit is contained in:
parent
632906589a
commit
aeb5bb84af
3 changed files with 2 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
Do not append $(prefix) to xorgconfddir, we are using prefix=/usr.
|
||||
|
||||
--- config/Makefile.in.orig 2010-04-02 11:16:05.543826596 +0200
|
||||
+++ config/Makefile.in 2010-04-02 11:16:30.854832565 +0200
|
||||
@@ -451,7 +451,7 @@ libconfig_la_SOURCES = config.c config-b
|
||||
@CONFIG_NEED_DBUS_TRUE@@CONFIG_UDEV_FALSE@ $(DBUS_LIBS) \
|
||||
@CONFIG_NEED_DBUS_TRUE@@CONFIG_UDEV_FALSE@ $(am__append_8)
|
||||
@CONFIG_UDEV_TRUE@libconfig_la_LIBADD = $(UDEV_LIBS) $(am__append_8)
|
||||
-@CONFIG_UDEV_TRUE@xorgconfddir = $(prefix)/etc/X11/$(XF86CONFIGDIR)
|
||||
+@CONFIG_UDEV_TRUE@xorgconfddir = /etc/X11/$(XF86CONFIGDIR)
|
||||
@CONFIG_UDEV_TRUE@xorgconfd_DATA = 10-evdev.conf
|
||||
@CONFIG_DBUS_API_TRUE@@CONFIG_NEED_DBUS_TRUE@@CONFIG_UDEV_FALSE@dbusconfigdir = $(sysconfdir)/dbus-1/system.d
|
||||
@CONFIG_DBUS_API_TRUE@@CONFIG_NEED_DBUS_TRUE@@CONFIG_UDEV_FALSE@dbusconfig_DATA = xorg-server.conf
|
|
@ -1,7 +1,6 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.8.0
|
||||
revision=2
|
||||
version=1.8.0.902
|
||||
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-dri-driver-path=/usr/lib/dri --enable-ipv6
|
||||
|
@ -13,7 +12,7 @@ configure_args="--with-dri-driver-path=/usr/lib/dri --enable-ipv6
|
|||
--disable-dmx --disable-xfree86-utils"
|
||||
short_desc="Modular X11 server from modular X.org"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=423a8092e28affb83aa736695408e01fd4641040727f34ed6bcfae9c06018b77
|
||||
checksum=26814cc48627078582cbbe62e2e6064621cef8c985bba30d34547c42bc103ea5
|
||||
long_desc="
|
||||
The X.org X11 Server from the modularized source tree of X.org."
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run perl
|
||||
Add_dependency run flex
|
||||
|
|
Loading…
Reference in a new issue