blob: 2711a773f93e7de61824bae3640ad820014aa6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|