mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
x11-servers/xwayland-devel: don't disable default font path
*.pcf fonts are rendered by X11 server but if font path is disabled only built-in fonts are available by default. While users could still amend font path via "xset fp" the discrepancy with xorg-server gave a bad first impression. Reported by: jsm
This commit is contained in:
parent
5916737759
commit
ce34ce1000
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533550
@ -4,6 +4,7 @@ PORTNAME= xwayland
|
||||
DISTVERSIONPREFIX= xorg-server-
|
||||
DISTVERSION= 1.20.0-641
|
||||
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-servers
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@ -43,9 +44,21 @@ MESON_ARGS= -Dxwayland=true \
|
||||
-Dxvfb=false \
|
||||
-Dudev=false \
|
||||
-Dudev_kms=false \
|
||||
-Ddefault_font_path=${NONEXISTENT}
|
||||
-Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}"
|
||||
PLIST_FILES= bin/Xwayland
|
||||
|
||||
# Keep in sync with xorg-server
|
||||
FONTPATH_ROOT?= ${LOCALBASE}/share/fonts
|
||||
FONTPATHD?= ${PREFIX}/etc/X11/fontpath.d
|
||||
DEFAULT_FONTPATH_LIST= \
|
||||
${FONTPATH_ROOT}/misc/ \
|
||||
${FONTPATH_ROOT}/TTF/ \
|
||||
${FONTPATH_ROOT}/OTF/ \
|
||||
${FONTPATH_ROOT}/Type1/ \
|
||||
${FONTPATH_ROOT}/100dpi/ \
|
||||
${FONTPATH_ROOT}/75dpi/ \
|
||||
catalogue:${FONTPATHD}
|
||||
|
||||
OPTIONS_DEFINE= NVIDIA
|
||||
|
||||
NVIDIA_DESC= EGLStream support for glamor on Xwayland
|
||||
|
Loading…
Reference in New Issue
Block a user