1
0

Accepting request 779939 from X11:XOrg

- specfile: reenabled XFree86-VidModeExtension (boo#1164020)

OBS-URL: https://build.opensuse.org/request/show/779939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=379
This commit is contained in:
Dominique Leuenberger 2020-02-29 20:23:30 +00:00 committed by Git OBS Bridge
commit e23a6f099b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 14:09:12 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- specfile: reenabled XFree86-VidModeExtension (boo#1164020)
-------------------------------------------------------------------
Mon Jan 20 16:12:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-server
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -121,6 +121,7 @@ BuildRequires: pkgconfig(xext) >= 1.0.99.4
BuildRequires: pkgconfig(xextproto) >= 7.1.99
BuildRequires: pkgconfig(xf86dgaproto)
BuildRequires: pkgconfig(xf86driproto)
BuildRequires: pkgconfig(xf86vidmodeproto)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xfont2)
BuildRequires: pkgconfig(xi) >= 1.2.99.1
@ -409,6 +410,7 @@ autoreconf -fi
export PCI_TXT_IDS_DIR=%{pci_ids_dir}
%endif
%configure CFLAGS="%{optflags} -fno-strict-aliasing" \
--enable-xf86vidmode \
--sysconfdir=/etc \
--enable-xdmcp \
--enable-xdm-auth-1 \