Compiling a static x11 program fails using the output of:
pkg-config --static --libs x11
The problem appears to be -lpthread shows up only before -lxcb. There's
something a bit odd in the pkg-config files. x11.pc has pthread in
Libs.private, and xcb has pthread-stubs in Requires.private.
Looking at old and current upstream xinitrc's (
http://cgit.freedesktop.org/xorg/app/xinit/tree/xinitrc.cpp ), the mode maps
are loaded interleaved
with resources.
1. System resources
2. System modmap
3. User resources
4. User modmap
If that order isn't strictly necessary, it might make sens
2 matches
Mail list logo