Accepting request 265272 from home:fcrozat:branches:GNOME:Factory

- Disable wayland on SLE12.

OBS-URL: https://build.opensuse.org/request/show/265272
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=172
This commit is contained in:
Bjørn Lie 2014-12-16 10:20:28 +00:00 committed by Git OBS Bridge
parent 6736d0602e
commit a52101b71e
2 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,11 @@ Fri Dec 12 20:04:34 UTC 2014 - zaitor@opensuse.org
crash application using gtk file chooser when deleting file via crash application using gtk file chooser when deleting file via
an other app (patch from upstream git). an other app (patch from upstream git).
-------------------------------------------------------------------
Fri Dec 12 15:07:40 UTC 2014 - fcrozat@suse.com
- Disable wayland on SLE12.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 11 19:09:28 UTC 2014 - zaitor@opensuse.org Tue Nov 11 19:09:28 UTC 2014 - zaitor@opensuse.org

View File

@ -18,7 +18,11 @@
%define build_broadway_backend 1 %define build_broadway_backend 1
%if 0%{?suse_version} == 1315
%define build_wayland_backend 0
%else
%define build_wayland_backend 1 %define build_wayland_backend 1
%endif
# When updating the binary version, do not forget to also update baselibs.conf # When updating the binary version, do not forget to also update baselibs.conf
%define gtk_binary_version 3.0.0 %define gtk_binary_version 3.0.0