You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
301 B
7 lines
301 B
set(KWIN_BIN "kwin_x11" CACHE STRING "Name of the KWin binary") |
|
|
|
check_include_files(limits.h HAVE_LIMITS_H) |
|
check_include_files(sys/time.h HAVE_SYS_TIME_H) # ksmserver, ksplashml, sftp |
|
check_include_files(unistd.h HAVE_UNISTD_H) |
|
|
|
set(HAVE_FONTCONFIG ${FONTCONFIG_FOUND}) # kcms/{fonts,kfontinst}
|
|
|