- sync openSUSE Leap/SLE build by making use of %is_opensuse macro;

we don't build wayland on SLE, but enable it on Leap

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=80
This commit is contained in:
Stefan Dirsch 2017-04-11 10:39:29 +00:00 committed by Git OBS Bridge
parent 26788b60c0
commit d483e30993
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
- sync openSUSE Leap/SLE build by making use of %is_opensuse macro;
we don't build wayland on SLE, but enable it on Leap
-------------------------------------------------------------------
Tue Jan 17 14:26:39 UTC 2017 - sndirsch@suse.com

View File

@ -18,7 +18,7 @@
#
%if 0%{?suse_version} <= 1310
%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
%bcond_with wayland
%else
%bcond_without wayland

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 11 10:30:03 UTC 2017 - sndirsch@suse.com
- sync openSUSE Leap/SLE build by making use of %is_opensuse macro;
we don't build wayland on SLE, but enable it on Leap
-------------------------------------------------------------------
Tue Jan 17 14:26:39 UTC 2017 - sndirsch@suse.com

View File

@ -18,7 +18,7 @@
#
%if 0%{?suse_version} <= 1310
%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
%bcond_with wayland
%else
%bcond_without wayland