Clutter-GTK 0.10 29/07/2009 ============================ Alexander Larsson (1): Make GtkClutterEmbed derive from GtkContainer Chris Lord (1): [util] Add error arguments to texture functions Emmanuele Bassi (14): [zoomable] Add Zoomable interface [zoomable] Fix Introspection data generation [viewport] Implement Zoomable Update the Viewport example [git ignore] Ignore backup and m4 files Post-release bump to 0.9.3 Bump up the required Clutter version [examples] Add a Notebook case [viewport] Use the ::apply_transform vfunc Merge branch 'zoomable' [build] Use symbolic values for clutter-gtk version [build] Depend on Clutter 1.0.0 [docs] Update the API Reference [docs] Update the Since tags
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2009/10/26 08:51:01 obache Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= clutter-gtk
|
|
|
|
.if !defined(CLUTTER_GTK_BUILDLINK3_MK)
|
|
CLUTTER_GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.clutter-gtk+= clutter-gtk>=0.10.0
|
|
BUILDLINK_PKGSRCDIR.clutter-gtk?= ../../graphics/clutter-gtk
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.endif # CLUTTER_GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -clutter-gtk
|