D13148: Allow Kirigami build without KWin tablet mode dependency
Marco Martin
noreply at phabricator.kde.org
Tue May 29 10:03:13 UTC 2018
mart added a comment.
almost there :)
since there is also a qmake mode to build for embedded, where dbus should be disabled as well, I would prefer to flip the logic.
so, have a KIRIGAMI_ENABLE_DBUS which is undefined by default (so nothing to do in the .pri file)
but having it defined by default in the main cmake file, so would become
NOT(APPLE) AND NOT(DISABLE_DBUS))
find_package(Qt5DBus)
add_definitions(-DKIRIGAMI_ENABLE_DBUS)
endif()
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D13148
To: murillobernardes, mart, davidedmundson
Cc: davidedmundson, plasma-devel, apol, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180529/bd9a9fcf/attachment.html>
More information about the Plasma-devel
mailing list