Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. Wayland is intended to be simpler replacement for the X window system, easier to develop and maintain.
14 lines
350 B
Makefile
14 lines
350 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/08/18 16:05:12 nia Exp $
|
|
|
|
BUILDLINK_TREE+= wayland
|
|
|
|
.if !defined(WAYLAND_BUILDLINK3_MK)
|
|
WAYLAND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.wayland+= wayland>=1.9.90
|
|
BUILDLINK_PKGSRCDIR.wayland?= ../../devel/wayland
|
|
|
|
.include "../../devel/libffi/buildlink3.mk"
|
|
.endif # WAYLAND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -wayland
|