Re: [Xcb] x11 static compile fail

2016-06-10 Thread Uli Schlachter
Am 07.06.2016 um 00:54 schrieb Rafi Rubin: > 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.pr

x11 static compile fail

2016-06-06 Thread Rafi Rubin
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.