4fc7a8a451
* Gtk::Action::get_proxies() Use the correct ownership semantics. * Gdk::Display::list_devices() Use the correct ownership semantics. * examples/book/menus_and_toolbars/ Distribute the .png file. Changes 2.6.2: * TreeView: When using the append_column() convenience API, prevent a crash when the window closes while the cell is editing. * Allow derived CellRenderers to be edited, by removing some debug code that sneaked into 2.6.1. * Documented many signals, based on the GTK+ documentation. Changes 2.6.1: * CellRenderer: Prevent an infinite loop. * MSVC++ .Net 2003 build fixes. * Documentation: - Hide deprecated widgets from the list of widgets. - Correct the description of the IO input example. Chamges 2.6.0: gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
21 lines
572 B
Makefile
21 lines
572 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2005/07/22 21:21:47 adam Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GTKMM_BUILDLINK3_MK:= ${GTKMM_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gtkmm
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtkmm}
|
|
BUILDLINK_PACKAGES+= gtkmm
|
|
|
|
.if !empty(GTKMM_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gtkmm+= gtkmm>=2.6.3
|
|
BUILDLINK_PKGSRCDIR.gtkmm?= ../../x11/gtkmm
|
|
.endif # GTKMM_BUILDLINK3_MK
|
|
|
|
.include "../../devel/glibmm/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|