Accepting request 161770 from home:Zaitor:branches:GNOME:Factory

Turn off wayland building per discussion in #opensuse-gnome.

- Disable building of wayland backend, and conditionally apply
  gtk3-find-wayland-includedir.patch as it's only needed when
  building wayland backend.

OBS-URL: https://build.opensuse.org/request/show/161770
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2013-03-29 20:59:47 +00:00 committed by Git OBS Bridge
parent bb4c0e489c
commit 073b6f3266
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 29 20:02:52 UTC 2013 - zaitor@opensuse.org
- Disable building of wayland backend, and conditionally apply
gtk3-find-wayland-includedir.patch as it's only needed when
building wayland backend.
-------------------------------------------------------------------
Tue Mar 26 07:01:13 UTC 2013 - zaitor@opensuse.org

View File

@ -18,7 +18,7 @@
%define build_broadway_backend 1
%define build_wayland_backend 1
%define build_wayland_backend 0
# When updating the binary version, do not forget to also update baselibs.conf
%define gtk_binary_version 3.0.0
@ -311,7 +311,10 @@ cp -a %{S:1} .
%endif
%patch1 -p0
%patch3 -p1
%if %{build_wayland_backend}
%patch4 -p1
%endif
%build
# Needed for patch1 and patch4
NOCONFIGURE=1 ./autogen.sh