forked from pool/xorg-x11-server
Stefan Dirsch
a3d641bfbd
* dix-config.h: add HAVE_SOCKLEN_T definition * config: add a quirk for Apple Silicon appledrm * os: Fix assignment with incompatible pointer type * os: Fix siHostnameAddrMatch in the case where h_addr isn't defined * hw/xfree86: Fix -Wmissing-prototypes warnings * hw/xfree86: Fix -Wincompatible-pointer-types sbus compile failure OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=902
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
Xserver module update mechanism
|
|
-------------------------------
|
|
|
|
If any corresponding Xserver module is found below
|
|
"/usr/lib/xorg/modules/updates/" ("/usr/lib64/xorg/modules/updates/"
|
|
on biarch 32/64 bit platforms) it will be favored over the one in
|
|
"/usr/lib/xorg/modules/" ("/usr/lib64/xorg/modules/" on biarch 32/64
|
|
bit platforms).
|