diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-07-06 08:05:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:34:16 +0700 |
commit | 860519209bf7c1025daa3c85f01c3d1763ad0498 (patch) | |
tree | dc2ddcd6f4d4a18401cea0e1886248b5e49700a0 /libraries/libfm/README | |
parent | 1a3e8c9647686c88de61081e487be57327bc1275 (diff) | |
download | slackbuilds-860519209bf7c1025daa3c85f01c3d1763ad0498.tar.gz |
libraries/libfm: Updated for version 1.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libfm/README')
-rw-r--r-- | libraries/libfm/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libfm/README b/libraries/libfm/README index 29d66e09a7..2711a773f9 100644 --- a/libraries/libfm/README +++ b/libraries/libfm/README @@ -2,3 +2,12 @@ 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 builds +against: +GTK=2 (default) link with gtk+2 +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 |