f3e864ea16
A small little library that was created by pulling out some comon code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. This package provides GTK2+ API.
14 lines
435 B
Makefile
14 lines
435 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/05/20 22:01:11 youri Exp $
|
|
|
|
BUILDLINK_TREE+= libdbusmenu-gtk
|
|
|
|
.if !defined(LIBDBUSMENU_GTK_BUILDLINK3_MK)
|
|
LIBDBUSMENU_GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libdbusmenu-gtk+= libdbusmenu-gtk>=12.10.2
|
|
BUILDLINK_PKGSRCDIR.libdbusmenu-gtk?= ../../devel/libdbusmenu-gtk
|
|
|
|
.include "../../devel/libdbusmenu-glib/buildlink3.mk"
|
|
.endif # LIBDBUSMENU_GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libdbusmenu-gtk
|