Fix wpsbuild.pl so that rockbox_default wps is built
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3992f18982
commit
2581cf4909
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ while(<WPS>) {
|
|||
last if (-e "$wpsdir/$req_g_wps");
|
||||
}
|
||||
}
|
||||
$req_t_wps = $wps_prefix . $req_t . ".wps";
|
||||
$req_t_wps = $wps_prefix . ".txt" . ".wps";
|
||||
|
||||
#print "LCD: $wps wants $width x $height\n";
|
||||
#print "LCD: is $rwidth x $rheight\n";
|
||||
|
|
Loading…
Reference in a new issue