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>
This commit is contained in:
parent
6db57c6936
commit
c03c626ecb
@ -7,16 +7,9 @@
|
||||
MATCHBOX_DESKTOP_VERSION = 0.9.1
|
||||
MATCHBOX_DESKTOP_SOURCE = matchbox-desktop-$(MATCHBOX_DESKTOP_VERSION).tar.bz2
|
||||
MATCHBOX_DESKTOP_SITE = http://matchbox-project.org/sources/matchbox-desktop/$(MATCHBOX_DESKTOP_VERSION)
|
||||
MATCHBOX_DESKTOP_LIBTOOL_PATCH = NO
|
||||
MATCHBOX_DESKTOP_DEPENDENCIES = matchbox-lib
|
||||
MATCHBOX_DESKTOP_CONF_OPT = --enable-expat
|
||||
|
||||
define MATCHBOX_DESKTOP_POST_INSTALL_FIXES
|
||||
cp -f ./package/matchbox/matchbox-desktop/mbdesktop_modules $(TARGET_DIR)/etc/matchbox/
|
||||
endef
|
||||
|
||||
MATCHBOX_DESKTOP_POST_INSTALL_TARGET_HOOKS += MATCHBOX_DESKTOP_POST_INSTALL_FIXES
|
||||
|
||||
#############################################################
|
||||
|
||||
ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
|
||||
|
@ -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 /
|
Loading…
Reference in New Issue
Block a user