diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-09-19 21:33:27 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 16:30:56 +0100 |
commit | da5cddce830441413d1f0d785c7d95e3507d318a (patch) | |
tree | 8a5b7936544e6ccecece4063787217034b89ad87 /desktop/lxappearance | |
parent | cab27f3b568b579c8bf5753df09df1e4cb3088a5 (diff) | |
download | slackbuilds-da5cddce830441413d1f0d785c7d95e3507d318a.tar.gz |
desktop/lxappearance: Use GTK+3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxappearance')
-rw-r--r-- | desktop/lxappearance/lxappearance.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/lxappearance/lxappearance.SlackBuild b/desktop/lxappearance/lxappearance.SlackBuild index e5e886e0f4..63c080f2e6 100644 --- a/desktop/lxappearance/lxappearance.SlackBuild +++ b/desktop/lxappearance/lxappearance.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=lxappearance VERSION=${VERSION:-0.6.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -63,6 +63,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --sysconfdir=/etc \ --disable-static \ + --enable-gtk3 \ $DBUS_SUPPORT \ --build=$ARCH-slackware-linux |