This adds support for detecting and automatically setting the keyborad layout on NetBSD based on wscons settings.
27 lines
833 B
Makefile
27 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/12/13 14:32:21 nia Exp $
|
|
|
|
DISTNAME= swc-0.0.0.20191213
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/}
|
|
GITHUB_PROJECT= swc
|
|
GITHUB_TAG= 74a61e84f1c04f095ba8977a848d9992ecf2204c
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://github.com/niacat/swc
|
|
COMMENT= Small Wayland compositor implemented as a library
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
# Needs access to input, tty, and DRM devices.
|
|
SPECIAL_PERMS+= bin/swc-launch ${SETUID_ROOT_PERMS}
|
|
|
|
PKGCONFIG_OVERRIDE+= swc.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.83
|
|
.include "../../devel/wayland/buildlink3.mk"
|
|
.include "../../devel/wayland-protocols/buildlink3.mk"
|
|
.include "../../graphics/wld/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
.include "../../x11/libxkbcommon/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|