Skip to content
GitLab
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
55dfd7d8
Commit
55dfd7d8
authored
Sep 18, 2020
by
Heiko Becker
Browse files
Remove freetype/fontconfig remnants
896f55c9
move the kcms, which needed freetype/fontconfig to plasma-workspace.
parent
5ebc2dc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ConfigureChecks.cmake
View file @
55dfd7d8
...
...
@@ -21,8 +21,6 @@ check_include_files("sys/types.h;sys/statfs.h" HAVE_SYS_STATFS_H)
check_include_files
(
unistd.h HAVE_UNISTD_H
)
check_include_files
(
malloc.h HAVE_MALLOC_H
)
check_function_exists
(
statfs HAVE_STATFS
)
macro_bool_to_01
(
FONTCONFIG_FOUND HAVE_FONTCONFIG
)
# kcontrol/{fonts,kfontinst}
macro_bool_to_01
(
FREETYPE_FOUND HAVE_FREETYPE
)
# kcontrol/fonts
macro_bool_to_01
(
OPENGL_FOUND HAVE_OPENGL
)
# kwin
macro_bool_to_01
(
X11_XShm_FOUND HAVE_XSHM
)
# kwin, ksplash
macro_bool_to_01
(
X11_XTest_FOUND HAVE_XTEST
)
# khotkeys, kxkb, kdm
...
...
config-workspace.h.cmake
View file @
55dfd7d8
...
...
@@ -11,12 +11,6 @@
/* Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h> */
#cmakedefine HAVE_DPMSINFO_PROTO 1
/* Defines if your system has the libfontconfig library */
#cmakedefine HAVE_FONTCONFIG 1
/* Defines if your system has the freetype library */
#cmakedefine HAVE_FREETYPE 1
/* Define if you have gethostname */
#cmakedefine HAVE_GETHOSTNAME 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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