Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -10/+10 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -11/+11 |
| | |||||
* | matchbox: fix prefix | Peter Korsgaard | 2008-11-04 | 1 | -12/+12 |
| | | | | Closes #5946. | ||||
* | matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue) | Peter Korsgaard | 2008-11-04 | 2 | -0/+22 |
| | |||||
* | Fix matchbox build | Peter Korsgaard | 2008-10-27 | 3 | -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 variables | Peter Korsgaard | 2008-10-26 | 1 | -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 Kconfig | Peter Korsgaard | 2008-10-19 | 1 | -2/+2 |
| | | | | Fix typo and wrong information in help text (not a cvs snapshot) | ||||
* | matchbox: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -7/+5 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -5/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | matchbox: depend on libXext at configure time | Peter Korsgaard | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -4/+4 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 2 | -1/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -14/+14 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - comment out non-existing source | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | |||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -9/+9 |
| | |||||
* | Update various packages to make X run | Ulf Samuelsson | 2007-09-12 | 1 | -18/+18 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -9/+9 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -14/+14 |
| | |||||
* | Use new x11r7 configs | Ulf Samuelsson | 2007-08-12 | 1 | -5/+5 |
| | |||||
* | Add matchbox package | Ulf Samuelsson | 2007-08-12 | 4 | -0/+754 |