forked from len0rd/rockbox
move the HAS_BUTTONBAR define to the config-<target>.h files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd3b46c22c
commit
43f0770943
5 changed files with 13 additions and 10 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#define HAVE_QUICKSCREEN
|
||||
/* define this if you have access to the pitchscreen */
|
||||
#define HAVE_PITCHSCREEN
|
||||
/* define this if you have the button bar */
|
||||
#define HAS_BUTTONBAR
|
||||
|
||||
/* define this if you would like tagcache to build on this target */
|
||||
#define HAVE_TAGCACHE
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#define HAVE_QUICKSCREEN
|
||||
/* define this if you have access to the pitchscreen */
|
||||
#define HAVE_PITCHSCREEN
|
||||
/* define this if you have the button bar */
|
||||
#define HAS_BUTTONBAR
|
||||
|
||||
/* define this if you would like tagcache to build on this target */
|
||||
#define HAVE_TAGCACHE
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#define HAVE_QUICKSCREEN
|
||||
/* define this if you have access to the pitchscreen */
|
||||
#define HAVE_PITCHSCREEN
|
||||
/* define this if you have the button bar */
|
||||
#define HAS_BUTTONBAR
|
||||
|
||||
/* define this if you would like tagcache to build on this target */
|
||||
#define HAVE_TAGCACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue