mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
795c7cb01f
Unfortunately with the new timeout code but older than 5.72 will crash on appAlert So increase the requirement to > 5.71
8 lines
288 B
CMake
8 lines
288 B
CMake
/* Defines if force the use DRM in okular */
|
|
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
|
|
|
|
/* Defines if the purpose framework is available */
|
|
#define PURPOSE_FOUND ${PURPOSE_FOUND}
|
|
|
|
/* Defines whether the malloc_trim method from malloc.h is available */
|
|
#cmakedefine01 HAVE_MALLOC_TRIM
|