Codebase list dtkwidget / ee8a641
fix: build failure due to missing xi in pkgconfig array keyboardmonitor made use of several XI functions without having xi added to the pkgbuild array. This causes a build failure about undefined references to those functions. Adding xi fixes it here. Change-Id: Ifb8171c085c30b014e396376e743ff0ef1fea3b0 Felix Yan 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 CONFIG += c++11 link_pkgconfig
1 PKGCONFIG += xext x11
1 PKGCONFIG += xext x11 xi
22
33 INCLUDEPATH += $$PWD
44