mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
In addition to the conf files found in /etc/X11 or $sysconfdir/X11 used
for local administration, we also reserve a system directory for vendor
and package usage. The simple search path is:
/usr/share/X11/xorg.conf.d
$datadir/X11/xorg.conf.d
Files from these directories will have the lowest config priority. The
directory $datadir/X11/xorg.conf.d is exported from xorg-server.pc in
the variable "sysconfigdir". Packages should install their .conf files
to the directory specified by:
`pkg-config --variable=sysconfigdir xorg-server`
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 95f01bdfee)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
20 lines
448 B
PkgConfig
20 lines
448 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
moduledir=@moduledir@
|
|
sdkdir=@sdkdir@
|
|
sysconfigdir=@sysconfigdir@
|
|
|
|
abi_ansic=@abi_ansic@
|
|
abi_videodrv=@abi_videodrv@
|
|
abi_xinput=@abi_xinput@
|
|
abi_extension=@abi_extension@
|
|
|
|
Name: xorg-server
|
|
Description: Modular X.Org X Server
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: pixman-1 pciaccess
|
|
Cflags: -I${sdkdir} @symbol_visibility@
|
|
Libs: -L${libdir}
|