mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-30 04:25:53 +00:00
a5da013a4d
Summary: This is implemented using the Purpose framework. BUG: 173896 Reviewers: aacid Subscribers: #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D8244
6 lines
184 B
CMake
6 lines
184 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}
|
|
|