1
0

- 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:
Egbert Eich 2016-01-10 19:01:24 +00:00 committed by Git OBS Bridge
parent ca043642ee
commit 97c485a17d
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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