diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-11-21 15:33:09 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 02:16:09 +0200 |
commit | 1b43e91af36a137940b0ebff62c2d2f54c14103e (patch) | |
tree | 0eddf36b4d20e5d0e93d5e33014f79cbbb54375e /package/Config.in | |
parent | 91489ddc48c439004e718667f117fce391658577 (diff) | |
download | buildroot-1b43e91af36a137940b0ebff62c2d2f54c14103e.tar.gz buildroot-1b43e91af36a137940b0ebff62c2d2f54c14103e.zip |
libfm: new package
[Thomas:
- switch from 'select BR2_PACKAGE_XORG7' to 'depends on
BR2_PACKAGE_XORG7' as suggested by Yann E. Morin.
- add LGPLv2.1+ in the list of licenses as well as a corresponding
license file, as suggested by Yann E. Morin.]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 8a204b4cf5..ffa0aecd91 100644 --- a/package/Config.in +++ b/package/Config.in @@ -786,6 +786,7 @@ menu "Graphics" source "package/libdri2/Config.in" source "package/libdrm/Config.in" source "package/libexif/Config.in" + source "package/libfm/Config.in" source "package/libfm-extra/Config.in" source "package/libfreeimage/Config.in" source "package/libgail/Config.in" |