configure: add linker flags for xkbcommon* when pkg-config not present
Without this, xkbcommon feature would not be detected even if all xkbcommon dev libs are present. Change-Id: Ic247461dda9e7ddfed547708cccaad88f123903b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d832337667
commit
c3226bd5cc
@ -764,7 +764,8 @@
|
||||
},
|
||||
"headers": [ "xkbcommon/xkbcommon.h" ],
|
||||
"sources": [
|
||||
{ "type": "pkgConfig", "args": "xkbcommon >= 0.5.0" }
|
||||
{ "type": "pkgConfig", "args": "xkbcommon >= 0.5.0" },
|
||||
"-lxkbcommon"
|
||||
]
|
||||
},
|
||||
"xkbcommon_x11": {
|
||||
@ -774,7 +775,8 @@
|
||||
},
|
||||
"headers": [ "xkbcommon/xkbcommon-x11.h" ],
|
||||
"sources": [
|
||||
{ "type": "pkgConfig", "args": "xkbcommon-x11" }
|
||||
{ "type": "pkgConfig", "args": "xkbcommon-x11" },
|
||||
"-lxkbcommon -lxkbcommon-x11"
|
||||
]
|
||||
},
|
||||
"xrender": {
|
||||
|
Loading…
Reference in New Issue
Block a user