Fix capitalization of x11-xcb pkg-config module name
$ pkg-config --exists X11-xcb && echo True $ pkg-config --exists x11-xcb && echo True True See https://cgit.freedesktop.org/xorg/lib/libX11/tree/x11-xcb.pc.in. Change-Id: I1485f124e2926bb1c6a2b5eb83c4963c095d0f12 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
df06926b8a
commit
5c144a72d5
|
|
@ -261,7 +261,7 @@
|
|||
"label": "XCB Xlib",
|
||||
"test": "qpa/xcb-xlib",
|
||||
"sources": [
|
||||
{ "type": "pkgConfig", "args": "X11-xcb x11 xcb" },
|
||||
{ "type": "pkgConfig", "args": "x11-xcb x11 xcb" },
|
||||
"-lxcb -lX11 -lX11-xcb"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue