diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-29 10:13:02 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-29 10:13:02 +0000 |
commit | 8186a3edee942cbafa487841536b8166955da05f (patch) | |
tree | b37fe3625451dc52deb80f4c2795242aac62bc25 /package/gamin/Config.in | |
parent | 142f88f74634bfe1969050f6e3d950de60f51412 (diff) | |
download | buildroot-novena-8186a3edee942cbafa487841536b8166955da05f.tar.gz buildroot-novena-8186a3edee942cbafa487841536b8166955da05f.zip |
gamin: fix build
Dependencies were wrong, and it didn't build without largefile support.
Diffstat (limited to 'package/gamin/Config.in')
-rw-r--r-- | package/gamin/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gamin/Config.in b/package/gamin/Config.in index 997585845..d4e9bcc79 100644 --- a/package/gamin/Config.in +++ b/package/gamin/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_GAMIN bool "gamin" + select BR2_PACKAGE_LIBGLIB2 help the File Alteration Monitor |