summaryrefslogtreecommitdiffstats
path: root/libraries/libfm/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2024-04-24 14:36:23 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-27 09:28:38 +0700
commit758643bd51547c485f177b5984744c5bd7856896 (patch)
treefb4f11e349339ec487e337d2cb7d6091dd962136 /libraries/libfm/README
parent6c2867d6f5d6c5dbf8b65e5c7204bcf33c81a356 (diff)
downloadslackbuilds-758643bd51547c485f177b5984744c5bd7856896.tar.gz
slackbuilds-758643bd51547c485f177b5984744c5bd7856896.tar.xz
libraries/libfm: Switch to gtk+3 by default.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libfm/README')
-rw-r--r--libraries/libfm/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libfm/README b/libraries/libfm/README
index 4b3684e8a7..d8dc092950 100644
--- a/libraries/libfm/README
+++ b/libraries/libfm/README
@@ -3,9 +3,9 @@ giving a convenient higher-level API.
You can choose 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
+ GTK3=yes link with gtk+3 (default)
+ GTK3=no link with gtk+2
+ GTK3=- don't link against gtk at all
Pass the script the parameter you prefer, like
- GTK=3 ./libfm.SlackBuild
+ GTK3=no ./libfm.SlackBuild