Clutter-GTK 1.6.0 22/09/2014 =============================================================================== Changes since 1.5.4 # Revert to the X11 backend by default; the GDK backend is not ready for Wayland, yet # Improve support for Wayland List of bugs fixed: #736564 - problem with gtkclutterembed and gtkstack under wayland Many thanks to: Bastien Nocera Clutter-GTK 1.5.4 21/08/2014 =============================================================================== Changes since 1.5.2 # Improve initialization sequence # Require GDK backend when using Clutter-GTK # Use subsurface protocol when using Wayland List of bugs fixed: #695737 - Add wayland support #734905 - Unpainted GtkClutterActor with the GDK backend #734906 - Unpainted GtkClutterEmbed with GDK backend Many thanks to: Jasper St. Pierre, Lionel Landwerlin, Bastien Nocera, Olav Vitters, Piotr Drag, Rob Bradford Clutter-GTK 1.5.2 19/02/2014 =============================================================================== Changes since 1.4: # Allow falling back to Cairo-based embedding of GTK+ widgets if the Clutter-X11 API is not available. # Support window scaling factor in GtkClutterEmbed. List of bugs fixed: #724055 Many thanks to: Adel Gadllah, Bastien Nocera
17 lines
490 B
Makefile
17 lines
490 B
Makefile
# $NetBSD: buildlink3.mk,v 1.28 2015/01/17 15:55:18 prlw1 Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= clutter-gtk
|
|
|
|
.if !defined(CLUTTER_GTK_BUILDLINK3_MK)
|
|
CLUTTER_GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.clutter-gtk+= clutter-gtk>=1.0
|
|
BUILDLINK_ABI_DEPENDS.clutter-gtk+= clutter-gtk>=1.6.0
|
|
BUILDLINK_PKGSRCDIR.clutter-gtk?= ../../graphics/clutter-gtk
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.endif # CLUTTER_GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -clutter-gtk
|