mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Enrico Weigelt
parent
f40ebcd068
commit
eecea2e1fc
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user