mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
2e003fef2f
Changes: https://lists.freedesktop.org/archives/wayland-devel/2021-May/041816.html PR: 254919 255768 Approved by: manu Differential Revision: https://reviews.freebsd.org/D30118
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
PORTNAME= libxkbcommon
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://xkbcommon.org/download/
|
|
DIST_SUBDIR= xorg/lib
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Keymap handling library for toolkits and window systems
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config
|
|
|
|
USES= bison compiler:c11 gnome meson pkgconfig tar:xz
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Denable-docs=false \
|
|
-Dx-locale-root="${PREFIX}/lib/X11/locale" \
|
|
${MESON_ARGS_${OPSYS}_${OSREL:R}}
|
|
MESON_ARGS_FreeBSD_11= -Ddefault-rules=xorg
|
|
|
|
OPTIONS_DEFINE= EVDEV WAYLAND X11
|
|
OPTIONS_DEFAULT=EVDEV WAYLAND X11
|
|
OPTIONS_SUB= yes
|
|
|
|
EVDEV_DESC= Interactive debugger for XKB keymaps for evdev
|
|
EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
|
|
EVDEV_USES= localbase
|
|
|
|
WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols
|
|
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
WAYLAND_MESON_TRUE= enable-wayland
|
|
|
|
X11_USES= xorg
|
|
X11_USE= XORG=xcb
|
|
X11_MESON_TRUE= enable-x11
|
|
|
|
.include <bsd.port.mk>
|