diff options
author | Will Wagner <will_wagner@carallon.com> | 2010-04-01 11:10:12 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-03 13:45:23 +0200 |
commit | f94830d0e5a409b2e2dc30a4e002c180fe09ec4e (patch) | |
tree | acf0f7e9f84d00bba862f0d36cf6fa1f2a2f9e2a /package/matchbox/matchbox-desktop | |
parent | cb08cd64f0fe89d9551052cafeae96045441df51 (diff) | |
download | buildroot-novena-f94830d0e5a409b2e2dc30a4e002c180fe09ec4e.tar.gz buildroot-novena-f94830d0e5a409b2e2dc30a4e002c180fe09ec4e.zip |
matchbox: convert to autotools, fix build with start-notification, libxft
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/matchbox/matchbox-desktop')
-rw-r--r-- | package/matchbox/matchbox-desktop/matchbox-desktop.mk | 31 | ||||
-rw-r--r-- | package/matchbox/matchbox-desktop/mbdesktop_modules | 9 |
2 files changed, 40 insertions, 0 deletions
diff --git a/package/matchbox/matchbox-desktop/matchbox-desktop.mk b/package/matchbox/matchbox-desktop/matchbox-desktop.mk new file mode 100644 index 000000000..a3312af82 --- /dev/null +++ b/package/matchbox/matchbox-desktop/matchbox-desktop.mk @@ -0,0 +1,31 @@ +############################################################# +# +# MatchBox Desktop +# +############################################################# + +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) + MATCHBOX_DESKTOP_CONF_OPT+=--enable-startup-notification + MATCHBOX_DESKTOP_DEPENDENCIES+=startup-notification +else + MATCHBOX_DESKTOP_CONF_OPT+=--disable-startup-notification +endif + +############################################################# + +$(eval $(call AUTOTARGETS,package/matchbox,matchbox-desktop)) diff --git a/package/matchbox/matchbox-desktop/mbdesktop_modules b/package/matchbox/matchbox-desktop/mbdesktop_modules new file mode 100644 index 000000000..8206dad1f --- /dev/null +++ b/package/matchbox/matchbox-desktop/mbdesktop_modules @@ -0,0 +1,9 @@ +# 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 / |