summaryrefslogtreecommitdiffstats
path: root/package/gamin/gamin.mk
Commit message (Collapse)AuthorAgeFilesLines
* packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-271-2/+0
| | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* 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-021-1/+1
| | | | | | | 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-291-2/+6
| | | | Dependencies were wrong, and it didn't build without largefile support.
* added gaminJohn Voltz2008-03-061-0/+22