okular/config-okular.h.cmake
Pino Toscano a5d7d31d33 isolate the Xrender dependant code, so okular can be compile and work even without it
svn path=/trunk/playground/graphics/okular/; revision=596572
2006-10-17 21:26:43 +00:00

9 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