Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
bb619baa
Commit
bb619baa
authored
Nov 17, 2020
by
Nicolas Fella
Browse files
Fix build with libfakekey
parent
d137910a
Pipeline
#41320
passed with stage
in 5 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/mousepad/CMakeLists.txt
View file @
bb619baa
...
...
@@ -13,7 +13,7 @@ if(UNIX AND NOT APPLE)
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS X11Extras
)
find_package
(
XTest REQUIRED
)
find_package
(
X11 REQUIRED
)
target_include_directories
(
kdeconnect_mousepad
${
XTEST_INCLUDE_DIRS
}
${
X11_INCLUDE_DIR
}
${
LibFakeKey_INCLUDE_DIRS
}
)
target_include_directories
(
kdeconnect_mousepad
PRIVATE
${
XTEST_INCLUDE_DIRS
}
${
X11_INCLUDE_DIR
}
${
LibFakeKey_INCLUDE_DIRS
}
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment