git: 51140be8de94 - main - x11-servers/xwayland-devel: avoid relying on 770a563c2fec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 21:32:59 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=51140be8de94fa88d1f2a131f1468c45e0e667d0 commit 51140be8de94fa88d1f2a131f1468c45e0e667d0 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-04-06 20:27:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-04-06 21:31:34 +0000 x11-servers/xwayland-devel: avoid relying on 770a563c2fec For consistency and debugging. For example, packages shouldn't try to write under DATADIR during runtime but `compiled` is a symlink. Inspired by: x11-servers/{xorg-server,xwayland} --- x11-servers/xwayland-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 01ec3c241ec1..9da9a0919f15 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- DISTVERSION= 21.0.99.1-841 DISTVERSIONSUFFIX= -g052909ab9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel @@ -49,6 +49,7 @@ MESON_ARGS= -D${PORTNAME}=true \ -Dudev=false \ -Dudev_kms=false \ -Dxcsecurity=true \ + -Dxkb_output_dir=/var/lib/xkb \ -Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}" PLIST_FILES= bin/Xwayland \ "@comment lib/xorg/protocol.txt" \