summaryrefslogtreecommitdiffstats
path: root/package/matchbox
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-2/+1
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-10/+10
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-11/+11
|
* matchbox: fix prefixPeter Korsgaard2008-11-041-12/+12
| | | | Closes #5946.
* matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)Peter Korsgaard2008-11-042-0/+22
|
* Fix matchbox buildPeter Korsgaard2008-10-273-18/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix matchbox build This patch fixes various failures in the Matchbox build: * libmatchbox and matchbox-panel were using a now legacy index() function, which is not part of every uClibc build nowadays (depending on the configuration). As this function doesn't exist anymore in all builds, use strchr() instead, which is the recommended replacement for index(). Two patches, one for libmatchbox, one for matchbox-panel, are added to fix this problem. Closes bug http://bugs.uclibc.org/view.php?id=5484 * Do not override the CFLAGS and LDFLAGS values, they are already set by TARGET_CONFIGURE_OPTS. It caused build failures. * Mangle the library paths in the .la file of libmatchbox, after installation in the staging dir. It would probably be nice to switch Matchbox over to the new Makefile.autotools.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: remove redundant pkg-config variablesPeter Korsgaard2008-10-261-9/+9
| | | | | | | Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
* package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD KconfigPeter Korsgaard2008-10-191-2/+2
| | | | Fix typo and wrong information in help text (not a cvs snapshot)
* matchbox: fix long help text linesPeter Korsgaard2008-08-271-7/+5
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-5/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* matchbox: depend on libXext at configure timePeter Korsgaard2008-06-261-1/+1
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-4/+4
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-142-1/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-14/+14
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - comment out non-existing sourceBernhard Reutner-Fischer2007-10-011-2/+2
|
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-9/+9
|
* Update various packages to make X runUlf Samuelsson2007-09-121-18/+18
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-9/+9
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-14/+14
|
* Use new x11r7 configsUlf Samuelsson2007-08-121-5/+5
|
* Add matchbox packageUlf Samuelsson2007-08-124-0/+754