~hikiko/unity/unity.updated-schema-lowgfx

572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4068.2.1 by Marco Trevisan (Treviño)
CMake: use GNUInstallDirs with native multi-arch support
4
#cmakedefine PREFIXPATH "@PREFIXPATH@"
4177.4.1 by Marco Trevisan (Treviño)
CMake: use UNITY_LIBDIR in a more shared way
5
#cmakedefine UNITY_DATADIR "@UNITY_DATADIR@"
6
#cmakedefine UNITY_LIBDIR "@UNITY_LIBDIR@"
7
#cmakedefine UNITY_INSTALL_LIBDIR "@UNITY_INSTALL_LIBDIR@"
572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
8
#cmakedefine PKGDATADIR "@PKGDATADIR@"
9
#cmakedefine LOCALE_DIR "@LOCALE_DIR@"
10
#cmakedefine VERSION "@VERSION@"
572.1.19 by Neil Jagdish Patel
Testing and jays branch
11
#cmakedefine BUILDDIR "@BUILDDIR@"
3387.5.15 by Marco Trevisan (Treviño)
config.h: add a reference to the source resources path as SOURCEDATADIR
12
#cmakedefine SOURCEDATADIR "@SOURCEDATADIR@"
743.7.3 by Gord Allott
EOD workings
13
#cmakedefine TESTDATADIR "@TESTDIRDIR@"
894.1.12 by Neil Jagdish Patel
Show the right expand button hint
14
#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
2934.3.1 by Jussi Pakkanen
Move LENSES_DIR to config.h
15
#cmakedefine LENSES_DIR "@LENSES_DIR@"
3566.5.215 by Marco Trevisan (Treviño)
CMakeLists: export GTK_PREFIX on config.h instead of hardcoding one
16
#cmakedefine GTK_PREFIX "@GTK_PREFIX@"
2934.3.3 by Jussi Pakkanen
Move some compiler flags from add_definitions to their proper place.
17
#ifndef INDICATORDIR
18
#cmakedefine INDICATORDIR "@INDICATORDIR@"
19
#endif
20
#ifndef INDICATORICONDIR
21
#cmakedefine INDICATORICONDIR "@INDICATORICONDIR@"
22
#endif
3043.4.1 by Lars Uebernickel
panel-service: add support for indicator-ng
23
#ifndef INDICATOR_SERVICE_DIR
24
#cmakedefine INDICATOR_SERVICE_DIR "@INDICATOR_SERVICE_DIR@"
25
#endif
572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
26
27
#endif // CONFIG_H