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:
parent
bb4c0e489c
commit
073b6f3266
@ -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
|
Tue Mar 26 07:01:13 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define build_broadway_backend 1
|
%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
|
# 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
|
||||||
@ -311,7 +311,10 @@ cp -a %{S:1} .
|
|||||||
%endif
|
%endif
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%if %{build_wayland_backend}
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Needed for patch1 and patch4
|
# Needed for patch1 and patch4
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user