diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /directfb/README | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'directfb/README')
-rw-r--r-- | directfb/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/directfb/README b/directfb/README new file mode 100644 index 000000000..9bea7d8a4 --- /dev/null +++ b/directfb/README @@ -0,0 +1,10 @@ +README for DirectFB 0.9.20 + +By default, DirectFB is built without support for the +multi application core. To enable the multi application core, +you'll have to + +* apply the Fusion device kernel patch (included in the + DirectFB tarball in patches/) +* copy /usr/src/linux-version/include/linux/fusion.h to /usr/include/linux +* uncomment the line saying '# EXTRA_ARGS="--enable-multi"' in Pkgfile |