e2f2d794d5
* Fix some annotations. * Exit, rather than crash, when unable to open an X display (BGO#660407). * Fix various memory leaks (BGO#684033). * Fix build with -fno-common. * Add glib-2.0 to requires in at-spi2.pc (BGO#682595) * Add atspi_action_get_localized_name (BGO#680598). * Allow building from out of source directory (BGO#680281)
16 lines
497 B
Makefile
16 lines
497 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2012/10/08 20:23:48 prlw1 Exp $
|
|
|
|
BUILDLINK_TREE+= at-spi2-core
|
|
|
|
.if !defined(AT_SPI2_CORE_BUILDLINK3_MK)
|
|
AT_SPI2_CORE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.3.2
|
|
BUILDLINK_ABI_DEPENDS.at-spi2-core+= at-spi2-core>=2.6.0
|
|
BUILDLINK_PKGSRCDIR.at-spi2-core?= ../../devel/at-spi2-core
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.endif # AT_SPI2_CORE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -at-spi2-core
|