diff options
Diffstat (limited to 'libraries/libfm')
-rw-r--r-- | libraries/libfm/README | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libraries/libfm/README b/libraries/libfm/README index 17d6d7cc0f7d..4b3684e8a71b 100644 --- a/libraries/libfm/README +++ b/libraries/libfm/README @@ -1,15 +1,11 @@ LibFM provides file management functions built on top of Glib/GIO, giving a convenient higher-level API. -vala is an optional dependency (for custom file manager actions). - -you can choose between which version of gtk the library will build -against: +You can choose which version of gtk the library will build against: GTK=2 link with gtk+2 (default) GTK=3 link with gtk+3 GTK=0 don't link against gtk at all -pass the script the parameter you prefer, like - +Pass the script the parameter you prefer, like GTK=3 ./libfm.SlackBuild |