summaryrefslogtreecommitdiffstats
path: root/package/gamin
Commit message (Collapse)AuthorAgeFilesLines
* gamin: fix build with !BR2_LARGEFILE and python enabledPeter Korsgaard2009-11-231-2/+3
| | | | | | Python binding support is broken for cross compilation, disable for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update gamin to 0.1.10 to fix compilationDaniele Salvatore Albano2009-08-022-11/+22
| | | | | | | Closes #533 Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gamin: only enable python support if enabledSven Neumann2009-05-131-0/+4
| | | | | | Closes #295. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gamin: fix buildPeter Korsgaard2009-01-292-2/+7
| | | | Dependencies were wrong, and it didn't build without largefile support.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* added gaminJohn Voltz2008-03-064-0/+135