9ec40d5daf
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 GTK3+ API.
14 lines
445 B
Makefile
14 lines
445 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/05/20 22:02:58 youri Exp $
|
|
|
|
BUILDLINK_TREE+= libdbusmenu-gtk3
|
|
|
|
.if !defined(LIBDBUSMENU_GTK3_BUILDLINK3_MK)
|
|
LIBDBUSMENU_GTK3_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libdbusmenu-gtk3+= libdbusmenu-gtk3>=12.10.2
|
|
BUILDLINK_PKGSRCDIR.libdbusmenu-gtk3?= ../../devel/libdbusmenu-gtk3
|
|
|
|
.include "../../devel/libdbusmenu-glib/buildlink3.mk"
|
|
.endif # LIBDBUSMENU_GTK3_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libdbusmenu-gtk3
|