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
Plasma
Plasma Desktop
Commits
78ffebd8
Commit
78ffebd8
authored
Mar 17, 2021
by
Henri Chain
🛰
Browse files
[kcms/touchpad] fix build without xorg headers
parent
6cb9de82
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/CMakeLists.txt
View file @
78ffebd8
...
...
@@ -41,6 +41,6 @@ if (KF5Baloo_FOUND)
endif
()
add_subdirectory
(
solid_actions
)
if
(
X11_XCB_FOUND AND X11_Xi_FOUND
)
if
(
X11_XCB_FOUND AND X11_Xi_FOUND
AND XORGSERVER_FOUND
)
add_subdirectory
(
touchpad
)
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