summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-11-07 19:02:04 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-11-07 19:02:04 +0000
commitb7cbe64dc56f4e2e98a6e32b94c316a614fa001f (patch)
tree8d070f1e165f4624d53590af5477918bca3abe9e /firmware
parent4a0dd83971b3e828409a98ba6bf1271b6a7f2b7d (diff)
downloadrockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.tar.gz
rockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.zip
Just a test to make sure all targets build with viewport clipping enabled - will disable once all builds pass
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bb1c5eab19..dd2059e5d4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -24,6 +24,8 @@
24 24
25#include "autoconf.h" 25#include "autoconf.h"
26 26
27#define HAVE_VIEWPORT_CLIP
28
27/* symbolic names for multiple choice configurations: */ 29/* symbolic names for multiple choice configurations: */
28 30
29/* CONFIG_STORAGE (note these are combineable bit-flags) */ 31/* CONFIG_STORAGE (note these are combineable bit-flags) */