okular/config-okular.h.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
721 B
CMake
Raw Normal View History

/* Defines if force the use DRM in okular */
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
/* Defines if the purpose framework is available */
2023-05-12 13:16:30 +00:00
#cmakedefine01 HAVE_PURPOSE
2023-05-12 13:45:24 +00:00
/* Defines if qtspeech is available */
#cmakedefine01 HAVE_SPEECH
/* Defines if kwallet is available */
#cmakedefine01 HAVE_KWALLET
/* Defines if QJSEngine is available*/
#cmakedefine01 HAVE_JS
2023-05-16 07:16:04 +00:00
2019-07-12 12:45:14 +00:00
/* Defines whether the malloc_trim method from malloc.h is available */
#cmakedefine01 HAVE_MALLOC_TRIM
/* Defines whether we are building with X11 support */
#cmakedefine01 HAVE_X11
/* Defines wheter we are building with Phonon support */
#cmakedefine01 HAVE_PHONON
/* Defines whether we are building with dbus enabled */
#cmakedefine01 HAVE_DBUS