summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-04-09 19:43:30 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2019-04-09 19:43:30 +0000
commitac244dbcf21e730c9314a47736cbc46ee19eb787 (patch)
tree77fc03ab761137c67b5a3cab628a0d3d718d2c51 /src/gui
parent7482602e857e0267a427d80fab73039696abe9b6 (diff)
parent93acb76222f8cfedc46cedc428a42d164c3c0f02 (diff)
Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/staging/5.13
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/configure.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 59c06af97f..02753f54ee 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -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": {