forked from pool/xorg-x11-server
- Split out Xwayland:
* Build a package xorg-x11-server-wayland * Limit build to Factory. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=598
This commit is contained in:
parent
e192192ce5
commit
41c9df058a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 8 17:42:18 UTC 2016 - eich@suse.com
|
||||||
|
|
||||||
|
- Split out Xwayland:
|
||||||
|
* Build a package xorg-x11-server-wayland
|
||||||
|
* Limit build to Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 2 18:47:27 UTC 2016 - hrvoje.senjan@gmail.com
|
Sat Jan 2 18:47:27 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xorg-x11-server
|
# spec file for package xorg-x11-server
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
%define have_wayland 0
|
%define have_wayland 0
|
||||||
%else
|
%else
|
||||||
%if 0%{?suse_version} >= 1320 || 0%{?is_opensuse}
|
%if 0%{?suse_version} >= 1330
|
||||||
%define have_wayland 1
|
%define have_wayland 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -205,6 +205,18 @@ Obsoletes: xorg-x11-Xnest
|
|||||||
%description extra
|
%description extra
|
||||||
This package contains additional Xservers (Xdmx, Xephyr, Xnest).
|
This package contains additional Xservers (Xdmx, Xephyr, Xnest).
|
||||||
|
|
||||||
|
%if 0%{?have_wayland} == 1
|
||||||
|
%package wayland
|
||||||
|
Summary: Xwayland Xserver
|
||||||
|
Group: System/X11/Servers/XF86_4
|
||||||
|
Requires: xkbcomp
|
||||||
|
Requires: xkeyboard-config
|
||||||
|
Requires: xorg-x11-fonts-core
|
||||||
|
|
||||||
|
%description wayland
|
||||||
|
This package contains the Xserver running on the Wayland Display Server.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package sdk
|
%package sdk
|
||||||
Summary: X
|
Summary: X
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -475,12 +487,14 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/libglx.so
|
%ghost %{_sysconfdir}/alternatives/libglx.so
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?have_wayland} == 1
|
|
||||||
%{_bindir}/Xwayland
|
|
||||||
%endif
|
|
||||||
%{_bindir}/Xvfb
|
%{_bindir}/Xvfb
|
||||||
%{_bindir}/xorg-backtrace
|
%{_bindir}/xorg-backtrace
|
||||||
|
|
||||||
|
%if 0%{?have_wayland} == 1
|
||||||
|
%files wayland
|
||||||
|
%{_bindir}/Xwayland
|
||||||
|
%endif
|
||||||
|
|
||||||
%files extra
|
%files extra
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/Xephyr
|
%{_bindir}/Xephyr
|
||||||
|
Loading…
Reference in New Issue
Block a user