~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to UnityCore/DBusIndicators.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-08-31 15:05:58 UTC
  • mto: (4153.9.32 systemd-unit-fixes)
  • mto: This revision was merged to the branch mainline in revision 4191.
  • Revision ID: mail@3v1n0.net-20160831150558-wiky13q96ug5fib2
CMake: use UNITY_LIBDIR in a more shared way

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
    // This is obviously hackish, but this part of the code is mostly hackish...
125
125
    // Let's attempt to run it from where we expect it to be
126
 
    std::string cmd = UNITYLIBDIR"/" + std::string("unity-panel-service");
 
126
    std::string cmd = UNITY_INSTALL_LIBDIR"/" + std::string("unity-panel-service");
127
127
    LOG_WARN(logger) << "Couldn't load panel from installed services, "
128
128
                     << "so trying to load panel from known location: " << cmd;
129
129