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 Workspace
Commits
8df0b169
Commit
8df0b169
authored
Mar 22, 2021
by
Nicolas Fella
Browse files
Remove KDE_BINDIR definition
It serves no purpose
parent
2291cf6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
config-workspace.h.cmake
View file @
8df0b169
...
...
@@ -6,9 +6,6 @@
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H 1
/* KDE's binaries directory */
#define KDE_BINDIR "${KDE_INSTALL_BINDIR}"
/** place where plasma-frameworks things are installed */
#define PLASMA_RELATIVE_DATA_INSTALL_DIR "@PLASMA_RELATIVE_DATA_INSTALL_DIR@"
...
...
kcms/cursortheme/CMakeLists.txt
View file @
8df0b169
...
...
@@ -96,7 +96,7 @@ if (X11_Xfixes_FOUND)
target_link_libraries
(
plasma-apply-cursortheme X11::Xfixes
)
endif
()
install
(
TARGETS plasma-apply-cursortheme DESTINATION
${
KDE_BINDIR
}
)
install
(
TARGETS plasma-apply-cursortheme DESTINATION
${
KDE_
INSTALL_
BINDIR
}
)
########### install files ###############
...
...
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