diff options
Diffstat (limited to 'libraries/libfm/README')
-rw-r--r-- | libraries/libfm/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libraries/libfm/README b/libraries/libfm/README index 2711a773f93e7..17d6d7cc0f7df 100644 --- a/libraries/libfm/README +++ b/libraries/libfm/README @@ -3,11 +3,13 @@ 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 builds +you can choose between which version of gtk the library will build against: -GTK=2 (default) link with gtk+2 -GTK=3 link with gtk+3 -GTK=0 don't link against gtk at all + + 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 - GTK=3 ./pcmanfm.SlackBuild + GTK=3 ./libfm.SlackBuild |