diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-07 23:54:25 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-07 23:54:25 +0000 |
| commit | df54e640d3fa2cc73089792f50b43ea2ca98a946 (patch) | |
| tree | 10759140e6a434265d6b29465983ec86a05db1b0 /tools | |
| parent | fef405c3288fa43572c1ed7a1ab692ff6e190804 (diff) | |
| download | rockbox-df54e640d3fa2cc73089792f50b43ea2ca98a946.zip rockbox-df54e640d3fa2cc73089792f50b43ea2ca98a946.tar.gz rockbox-df54e640d3fa2cc73089792f50b43ea2ca98a946.tar.bz2 rockbox-df54e640d3fa2cc73089792f50b43ea2ca98a946.tar.xz | |
Forgot to actually enable it..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20648 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index b4400dd..905a777 100755 --- a/tools/configure +++ b/tools/configure @@ -1967,7 +1967,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="rockbox.vx747" appextra="recorder:gui" - plugins="" #FIXME + plugins="yes" swcodec="yes" toolset=$genericbitmaptools boottool="cp" |