mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
ed35594627
Includes some fixes from Albert: * kscreen cmake fixes Don't make libkscreen mandatory, give the proper version we need * Fix the @since * Kill Resolution and use a QSizeF I first thought QSizeF didn't make sense, but well what's a dpi if not a number of pixels in width and some others in height? * Remove unwanted const * Remove unneeded utils.h includes * Fix comments on realDPIXY() * Make it compile in non X11 REVIEW: 111829
5 lines
175 B
CMake
5 lines
175 B
CMake
/* Defines if force the use DRM in okular */
|
|
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
|
|
|
|
/* Defines if LibKScreen is present */
|
|
#define HAVE_LIBKSCREEN ${LibKScreen_FOUND}
|