mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
a5d7d31d33
svn path=/trunk/playground/graphics/okular/; revision=596572
8 lines
289 B
CMake
8 lines
289 B
CMake
/* Defines if force the use DRM in okular */
|
|
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
|
|
|
|
/* Defines if the Xrender X11 extension if available */
|
|
#define HAVE_XRENDER ${X11_Xrender_FOUND}
|
|
|
|
/* Defined if we have the HEAD version of the Poppler library */
|
|
#cmakedefine HAVE_POPPLER_HEAD 1
|