Files
cantata/android/config.h
craig.p.drummond 7e25cd0e30 Initial support for android (Necessitas) build.
NOTE: This is *very* much a WORK IN PROGRESS. There are *lots* of missing icons, fonts are a bit too big, etc.
2012-06-18 23:00:22 +00:00

16 lines
333 B
C

#ifndef _CONFIG_H
#define _CONFIG_H
#define PACKAGE_NAME "cantata"
#define PACKAGE_VERSION "0.8.0"
#define PACKAGE_STRING PACKAGE_NAME" "PACKAGE_VERSION
#define DEFAULT_ALBUM_ICON "media-optical"
#define DEFAULT_STREAM_ICON "applications-internet"
#define CANTATA_ANDROID
#ifdef ENABLE_WEBKIT
#undef ENABLE_WEBKIT
#endif
#endif