2012-09-15 12:03:29 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.15 2012/09/15 10:04:10 obache Exp $
|
2005-07-22 23:12:20 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= glibmm
|
2005-07-22 23:12:20 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(GLIBMM_BUILDLINK3_MK)
|
|
|
|
GLIBMM_BUILDLINK3_MK:=
|
2005-07-22 23:12:20 +02:00
|
|
|
|
Changes 2.24.2:
* Reference Documentation: Add main page text for index.html.
Changes 2.24.1:
* UnixOutputStream: Fix the constructor to use the correct property name.
* Documentation: Strip out the gobject-introspection annotations, and use
other improvements made to docextract_to_xml.py
* Fix the Windows MSVC build.
Changes 2.24.0:
* Changes in glibmm 2.24 compared to glibmm 2.22:
Glib:
* BalanceTree: New class, wrapping GTree.
* Fix ustring::format(non-const char*) and add regression test.
Gio:
* Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket,
SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable,
SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection,
Threaded SocketService, UnixConnection
* AsyncResult: Add get_source_object_base(), deprecating get_source_object()
because it usually can never work.
* Cancellable: Added release_fd() and make_polldf().
2010-06-02 18:43:26 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.24.2
|
2012-09-15 12:03:29 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.glibmm+= glibmm>=2.32.1nb1
|
2005-07-22 23:12:20 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.glibmm?= ../../devel/glibmm
|
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # GLIBMM_BUILDLINK3_MK
|
2005-07-22 23:12:20 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -glibmm
|