mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
eom: Enable thumbnailer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
6bc0c3f293
commit
4d118d5f70
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=eom
|
PRGNAM=eom
|
||||||
VERSION=${VERSION:-1.24.0}
|
VERSION=${VERSION:-1.24.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
|
--enable-thumbnailer \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
# This is needed in -current, but should be harmless in -stable as well
|
# This is needed in -current, but should be harmless in -stable as well
|
||||||
|
|
Loading…
Reference in a new issue