diff --git a/gtk3.changes b/gtk3.changes index e5cd02e..a9ea369 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -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 diff --git a/gtk3.spec b/gtk3.spec index 2cd8fbe..72c1903 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -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