diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-10 13:52:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 13:32:48 +0700 |
commit | 98210220bff2bff60c76e35cf450c66533f75727 (patch) | |
tree | bc3e0a4351de18fbb8f08dd22eac6a528d8e51f2 /system/multiload-ng/README | |
parent | 5bf6ea3f220dae3b7d1a2ea47bd28a73d4e76fa2 (diff) |
system/multiload-ng: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/multiload-ng/README')
-rw-r--r-- | system/multiload-ng/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/multiload-ng/README b/system/multiload-ng/README index 5b5a6effee..e59e2269e6 100644 --- a/system/multiload-ng/README +++ b/system/multiload-ng/README @@ -9,6 +9,9 @@ Note: upstream defaults are - build the generic system tray plugin - build the xfce4 panel plugin +The xfce4 panel plugin is disabled in this SlackBuid, because it won't +build with Slackware's version of XFCE4. + any of these may be overridden by passing its corresponding parameter to the script, i. e. - GTK=2 @@ -16,7 +19,7 @@ the script, i. e. - LXPANEL=yes - MATE=yes - SYSTRAY=no - - XFCE4=no + - XFCE4=yes (currently this will cause the build to fail, patches welcome) for example GTK=2 LXPANEL=yes ./multiload-ng.SlackBuild |