forked from pool/xorg-x11-server
- Add test for defined macro %build_xwayland
This can be used to enable the build of Xwayland and the package xorg-x11-server-wayland using a macro in projconf (boo#960487). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=600
This commit is contained in:
parent
ca043642ee
commit
97c485a17d
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 18:59:29 UTC 2016 - eich@suse.com
|
||||
|
||||
- Add test for defined macro %build_xwayland
|
||||
This can be used to enable the build of Xwayland and the
|
||||
package xorg-x11-server-wayland using a macro in projconf
|
||||
(boo#960487).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:42:18 UTC 2016 - eich@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%ifarch s390 s390x
|
||||
%define have_wayland 0
|
||||
%else
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland}
|
||||
%define have_wayland 1
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user