mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- introduce TARGET_ROOT define to fix paths in native mode
Conflicts: src/neutrino.cpp
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define NEUTRINO_CPP extern
|
||||
#endif
|
||||
|
||||
#define IMAGE_VERSION_FILE "/.version"
|
||||
#define IMAGE_VERSION_FILE TARGET_ROOT "/.version"
|
||||
|
||||
#define NEUTRINO_SETTINGS_FILE CONFIGDIR "/neutrino.conf"
|
||||
#define NEUTRINO_SCAN_SETTINGS_FILE CONFIGDIR "/scan.conf"
|
||||
@@ -112,8 +112,4 @@ NEUTRINO_CPP CRadioTextGUI *g_RadiotextWin;
|
||||
#define ENABLE_GUI_MOUNT
|
||||
#endif
|
||||
|
||||
#ifndef TARGET_PREFIX
|
||||
#define TARGET_PREFIX ""
|
||||
#endif
|
||||
|
||||
#endif /* __neutrino_global_h__ */
|
||||
|
Reference in New Issue
Block a user