forked from pool/xorg-x11-server
Accepting request 229440 from home:tobijk:X11:XOrg
Update to latest development version (official archive is corrupt -> take files directly from git) OBS-URL: https://build.opensuse.org/request/show/229440 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=505
This commit is contained in:
parent
f1bb566c92
commit
4dd8b1fa65
@ -14,5 +14,5 @@ Index: hw/xfree86/common/xf86Globals.c
|
||||
-const char *xf86ModulePath = DEFAULT_MODULE_PATH;
|
||||
+const char *xf86ModulePath = DEFAULT_MODULE_PATH "/updates," DEFAULT_MODULE_PATH;
|
||||
MessageType xf86ModPathFrom = X_DEFAULT;
|
||||
const char *xf86LogFile = DEFAULT_LOGPREFIX;
|
||||
const char *xf86LogFile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX;
|
||||
MessageType xf86LogFileFrom = X_DEFAULT;
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:011bc1cbda0d6968d0cd987434582e22282466f3a129738a547666640e508b8d
|
||||
size 3779951
|
3
xorg-server-1.15.99.902.tar.bz2
Normal file
3
xorg-server-1.15.99.902.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71de6ec0758c8223eb4e21c5a573d649318320adffcd3a648efd2e515ded17ba
|
||||
size 3804821
|
@ -1,4 +1,4 @@
|
||||
Provides: X11_ABI_XINPUT = 21.0
|
||||
Provides: X11_ABI_VIDEODRV = 16.0
|
||||
Provides: X11_ABI_VIDEODRV = 17.0
|
||||
Provides: X11_ABI_ANSIC = 0.4
|
||||
Provides: X11_ABI_EXTENSION = 8.0
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 22:04:19 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to 1.16RC2
|
||||
- Build and pack XWayland DDX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 07:02:56 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -18,11 +18,12 @@
|
||||
|
||||
Name: xorg-x11-server
|
||||
|
||||
%define dirsuffix 1.15.99.901.7
|
||||
%define dirsuffix 1.15.99.902
|
||||
|
||||
Summary: X
|
||||
License: MIT
|
||||
Group: System/X11/Servers/XF86_4
|
||||
# Source URL: http://xorg.freedesktop.org/archive/individual/xserver/
|
||||
Source0: xorg-server-%{dirsuffix}.tar.bz2
|
||||
Source1: sysconfig.displaymanager.template
|
||||
Source2: README.updates
|
||||
@ -243,6 +244,7 @@ autoreconf -fi
|
||||
--with-sha1=libcrypto \
|
||||
--disable-linux-acpi \
|
||||
--disable-linux-apm \
|
||||
--enable-xwayland \
|
||||
%ifarch s390 s390x
|
||||
--disable-xorg \
|
||||
--disable-aiglx \
|
||||
@ -361,6 +363,7 @@ exit 0
|
||||
%ifnarch s390 s390x
|
||||
%{_bindir}/Xorg
|
||||
%{_bindir}/X
|
||||
%{_bindir}/Xwayland
|
||||
%{_bindir}/cvt
|
||||
%{_bindir}/gtf
|
||||
%{_libdir}/xorg/modules/
|
||||
|
Loading…
Reference in New Issue
Block a user