diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-12-07 19:17:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-13 10:35:57 +0700 |
commit | 450ecf29e13dddee5369d6c184451918a9965937 (patch) | |
tree | f408f27d36ce4c6c8167b56982a96a284f7bdf4a /libraries/libfm/README | |
parent | a886e5fd16bacd1ce091eaeebdcfe7b65c14c7bc (diff) | |
download | slackbuilds-450ecf29e13dddee5369d6c184451918a9965937.tar.gz |
libraries/libfm: Updated for version 1.2.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 2711a773f9..17d6d7cc0f 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 |