diff options
Diffstat (limited to 'desktop/lxappearance/README')
-rw-r--r-- | desktop/lxappearance/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/lxappearance/README b/desktop/lxappearance/README index 3e2708303ceb..47945eed39d8 100644 --- a/desktop/lxappearance/README +++ b/desktop/lxappearance/README @@ -2,4 +2,10 @@ LXAppearance is the standard theme switcher of LXDE. Users are able to change the theme, icons, and fonts used by applications easily. If you want to build this without dbus support (ex. you are building -not to use this inside of LXDE) pass the script DBUS=no +not to use this inside of LXDE) pass to the script the switch: + + DBUS=no + +If you want to build this for GTK+3, pass to the script the switch + + GTK3=yes |