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:
parent
6736d0602e
commit
a52101b71e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user