summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-27 16:15:59 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-27 16:15:59 +0000
commit2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc (patch)
tree0e801264c05a09ff01898ae97eb33d2696e3eb97 /debian
parent2b368f2419c32f6c2a4919db1a54541b3c0c7136 (diff)
downloadrockbox-2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc.tar.gz
rockbox-2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc.zip
RaaA: Don't specify the LCD size in the maemo package, it's done in the config header now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29426 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7df96d22ab..f039a55794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ else
7TARGET=nokian8xx 7TARGET=nokian8xx
8endif 8endif
9 9
10CONFIGURE_OPTIONS := --target=$(TARGET) --lcdwidth=800 --lcdheight=480 --ram=8 --rbdir=/.rockbox --type=N 10CONFIGURE_OPTIONS := --target=$(TARGET) --ram=8 --rbdir=/.rockbox --type=N
11DESKTOP_DIR := `pkg-config --variable=desktopentrydir osso-af-settings` 11DESKTOP_DIR := `pkg-config --variable=desktopentrydir osso-af-settings`
12 12
13export DH_VERBOSE=1 13export DH_VERBOSE=1