diff options
author | Paulius Zaleckas <paulius.zaleckas@gmail.com> | 2010-04-06 23:36:53 +0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-08 07:40:01 +0200 |
commit | c03c626ecb5ad285dbfc126fec46d2b94bf23a16 (patch) | |
tree | 8c11fdcaa1fec017d06efb6e392c82cdeab64085 /package/matchbox/matchbox-desktop/mbdesktop_modules | |
parent | 6db57c69360087b3b7b8fc2b7764d2911ec24d43 (diff) | |
download | buildroot-novena-c03c626ecb5ad285dbfc126fec46d2b94bf23a16.tar.gz buildroot-novena-c03c626ecb5ad285dbfc126fec46d2b94bf23a16.zip |
matchbox-desktop: fix compilation and installation
Libtool patch applies just fine.
mbdesktop_modules is installed by the matchbox-desktop and we
don't have to overwrite it with our copy(contains wrong paths).
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/matchbox/matchbox-desktop/mbdesktop_modules')
-rw-r--r-- | package/matchbox/matchbox-desktop/mbdesktop_modules | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/matchbox/matchbox-desktop/mbdesktop_modules b/package/matchbox/matchbox-desktop/mbdesktop_modules deleted file mode 100644 index 8206dad1f..000000000 --- a/package/matchbox/matchbox-desktop/mbdesktop_modules +++ /dev/null @@ -1,9 +0,0 @@ -# This file lists the 'plug-ins' with any arguments to be loaded by -# matchbox-desktop. -# -# It can be overridden on a per-user basis by copying this file to ~/.matchbox/ -# and editing. - -/usr/lib/tasks.so -/usr/lib/dotdesktop.so -# /usr/lib/simplefilebrowser.so / |