mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/lxappearance: Use GTK+3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cab27f3b56
commit
da5cddce83
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue