Skip to content
Commit 9b1ea1c7 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

cmake: Remove redundant include_directories()

libkwin is linked against imported XKB::XKB target. Thus the
include_directories() is redundant.
parent 7e5c1698
  • My build fails since this commit with

    /home/derek/KDE/src/kwin/xkb.h:12:10: schwerwiegender Fehler: xkbcommon/xkbcommon.h: Datei oder Verzeichnis nicht gefunden
       12 | #include <xkbcommon/xkbcommon.h>

    is this correct?

  • Developer

    Same:

    [  9%] Building CXX object kcmkwin/kwinrules/CMakeFiles/KWinRulesObjects.dir/__/__/cursor.cpp.o
    In file included from /home/nate/kde/src/kwin/keyboard_input.h:13,
                     from /home/nate/kde/src/kwin/cursor.cpp:13:
    /home/nate/kde/src/kwin/xkb.h:12:10: fatal error: xkbcommon/xkbcommon.h: No such file or directory
       12 | #include <xkbcommon/xkbcommon.h>
          |          ^~~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.

    I have all xkb dev packages including for libxkbcommon, so I don't think this is an issue of missing dependencies.

    Reverting.

  • Nate Graham @ngraham

    mentioned in commit 3800181a

    ·

    mentioned in commit 3800181a

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment