From 2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 27 Feb 2011 16:15:59 +0000 Subject: 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7df96d22ab..f039a55794 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ else TARGET=nokian8xx endif -CONFIGURE_OPTIONS := --target=$(TARGET) --lcdwidth=800 --lcdheight=480 --ram=8 --rbdir=/.rockbox --type=N +CONFIGURE_OPTIONS := --target=$(TARGET) --ram=8 --rbdir=/.rockbox --type=N DESKTOP_DIR := `pkg-config --variable=desktopentrydir osso-af-settings` export DH_VERBOSE=1 -- cgit