3583572f2c
OBS-URL: https://build.opensuse.org/request/show/343389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=6
14 lines
613 B
Diff
14 lines
613 B
Diff
--- lxqt-panel-0.10.0/plugin-kbindicator/CMakeLists.txt.orig 2015-11-09 17:22:17.507364102 +0100
|
|
+++ lxqt-panel-0.10.0/plugin-kbindicator/CMakeLists.txt 2015-11-09 17:19:51.951629548 +0100
|
|
@@ -33,8 +33,10 @@ find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(XKB_COMMON REQUIRED xkbcommon)
|
|
pkg_check_modules(XKB_COMMON_X11 QUIET xkbcommon-x11)
|
|
|
|
+include_directories(${XKB_COMMON_INCLUDEDIR})
|
|
if(XKB_COMMON_X11_FOUND)
|
|
message(STATUS "XkbCommon X11 was found")
|
|
+ include_directories(${XKB_COMMON_X11_INCLUDEDIR})
|
|
find_package(Qt5 COMPONENTS X11Extras Xml)
|
|
pkg_check_modules(XCB_XCB xcb-xkb)
|
|
|