Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-15 Thread Christophe Fergeau
On Tue, Mar 15, 2016 at 07:15:53AM -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > > If need be, we could lower gtk3 requirement to 3.10 (droping wayland > > > support in this case). Afaik, 3.16 is going to make it in rhel7 as > > > part of regular desktop rebase. > > >

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-15 Thread Marc-André Lureau
Hi - Original Message - > > gtkglarea and found out that it just worked. And since recent gtk+ is > > required for wayland, depending on gtkglarea sounds like the best move > > forward anyway. But anyone, feel free to fix gl support on wayland > > with gtk 3.10. > > 3.10 + wayland isn't g

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-15 Thread Gerd Hoffmann
Hi, > > Dropping wayland isn't an option I think. Is it possible to build > > with/without glarea support (depending on the installed gtk version) and > > hiding that from applications without too much fuss? I.e. with the > > glarea widget being a child of the new gtkstack widget, can we swap

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-15 Thread Marc-André Lureau
Hi - Original Message - > > If need be, we could lower gtk3 requirement to 3.10 (droping wayland > > support in this case). Afaik, 3.16 is going to make it in rhel7 as > > part of regular desktop rebase. > > I think we should continue to support older 3.x versions for a while. I just sen

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-15 Thread Gerd Hoffmann
On Mo, 2016-03-14 at 12:03 -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > On Fr, 2016-03-11 at 21:50 +0100, Marc-André Lureau wrote: > > > 3.16 is the minimal version for GtkGLArea widget, used in following > > > patches. > > > > > - 3.0) GTK_REQUIRED=2.91.3 > > > + 3

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-14 Thread Marc-André Lureau
Hi - Original Message - > On Fr, 2016-03-11 at 21:50 +0100, Marc-André Lureau wrote: > > 3.16 is the minimal version for GtkGLArea widget, used in following > > patches. > > > - 3.0) GTK_REQUIRED=2.91.3 > > + 3.0) GTK_REQUIRED=3.16 > > That puts the bar pretty high. 3.16 is only one y

Re: [Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-14 Thread Gerd Hoffmann
On Fr, 2016-03-11 at 21:50 +0100, Marc-André Lureau wrote: > 3.16 is the minimal version for GtkGLArea widget, used in following > patches. > - 3.0) GTK_REQUIRED=2.91.3 > + 3.0) GTK_REQUIRED=3.16 That puts the bar pretty high. 3.16 is only one year old and hasn't yet found its way into LTS and

[Spice-devel] [PATCH v2 08/10] gtk: require gtk+ 3.16

2016-03-11 Thread Marc-André Lureau
3.16 is the minimal version for GtkGLArea widget, used in following patches. Drop conditionnal epoxy, as it is now also required by gtk+. Signed-off-by: Marc-André Lureau --- configure.ac| 29 ++--- src/Makefile.am | 9 + src/spice-widget-pri