xorg-server.pc: add xserverconfigdir variable

That variable is supposed to be used by drivers to query the path to
the xserver config directory (eg /etc/X11/xorg.conf.d), if they have
to install config snippets. It's supposed to replace / phase-out the
sysconfigdir variable, which has a bit misleading name.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-19 17:01:50 +01:00
committed by Enrico Weigelt
parent f40ebcd068
commit eecea2e1fc
3 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ includedir=@includedir@
datarootdir=@datarootdir@
moduledir=@moduledir@
sdkdir=@sdkdir@
sysconfigdir=@sysconfigdir@
sysconfigdir=@xserverconfigdir@
xserverconfigdir=@xserverconfigdir@
abi_ansic=@abi_ansic@
abi_videodrv=@abi_videodrv@