Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9c547 commit ca902a4Copy full SHA for ca902a4
CMakeLists.txt
@@ -423,12 +423,9 @@ if (NOT WIN32 AND NOT APPLE)
423
set(HAVE_X11 TRUE)
424
add_definitions(-DHAVE_X11)
425
426
- find_package(XCB COMPONENTS XCB ATOM)
427
- set(HAVE_XCB ${XCB_FOUND})
428
else()
429
set(HAVE_DBUS FALSE)
430
set(HAVE_X11 FALSE)
431
- set(HAVE_XCB FALSE)
432
endif()
433
434
libs/ui/CMakeLists.txt
@@ -576,8 +576,7 @@ endif()
576
577
if (NOT WIN32 AND NOT APPLE)
578
target_link_libraries(kritaui ${X11_X11_LIB}
579
- ${X11_Xinput_LIB}
580
- ${XCB_LIBRARIES})
+ ${X11_Xinput_LIB})
581
582
583
if(APPLE)
0 commit comments