~philip.scott/wingpanel-indicator-ayatana/touch-closing-fix

« back to all changes in this revision

Viewing changes to config.vala.cmake

  • Committer: Djax
  • Date: 2015-05-06 21:03:55 UTC
  • Revision ID: parnold@gmx.de-20150506210355-vnhul5s6ryg21xlv
set AAYANATAINDICATORDIR in cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
namespace Constants {
2
 
public const string INDICATORNAME = "@INDICATORNAME@";
3
 
public const string DATADIR = "@DATADIR@";
4
 
public const string PKGDATADIR = "@PKGDATADIR@";
5
 
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
6
 
}