blob: 17d6d7cc0f7df4908d51547af68b0015e748fc88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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:
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 ./libfm.SlackBuild
|