1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBFM 2*4882a593Smuzhiyun bool "libfm" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_XORG7 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 6*4882a593Smuzhiyun depends on BR2_USE_MMU # libglib2 7*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # libgtk2 8*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz 9*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libgtk2 -> pango -> harfbuzz 10*4882a593Smuzhiyun select BR2_PACKAGE_CAIRO 11*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 12*4882a593Smuzhiyun select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11 13*4882a593Smuzhiyun select BR2_PACKAGE_MENU_CACHE 14*4882a593Smuzhiyun help 15*4882a593Smuzhiyun A glib/gio-based library providing some file management 16*4882a593Smuzhiyun utilities and related-widgets missing in gtk+/glib. This is 17*4882a593Smuzhiyun the core of PCManFM. The library is desktop independent 18*4882a593Smuzhiyun (not LXDE specific) and has clean API. It can be used to 19*4882a593Smuzhiyun develop other applications requiring file management 20*4882a593Smuzhiyun functionality. For example, you can create your own file 21*4882a593Smuzhiyun manager with facilities provided by libfm. 22*4882a593Smuzhiyun 23*4882a593Smuzhiyun http://wiki.lxde.org/en/Libfm 24*4882a593Smuzhiyun 25*4882a593Smuzhiyuncomment "libfm needs X.org and a toolchain w/ wchar, threads, C++, gcc >= 4.8" 26*4882a593Smuzhiyun depends on BR2_USE_MMU 27*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 28*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \ 29*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \ 30*4882a593Smuzhiyun !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_XORG7 31