From 4d118d5f700a60333301aeaddd2c0a89f3ed4894 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 20 Feb 2020 15:27:55 +0700 Subject: [PATCH] eom: Enable thumbnailer. Signed-off-by: Willy Sudiarto Raharjo --- base/eom/eom.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/eom/eom.SlackBuild b/base/eom/eom.SlackBuild index cfc0908..6e4cbdb 100644 --- a/base/eom/eom.SlackBuild +++ b/base/eom/eom.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=eom VERSION=${VERSION:-1.24.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_msb} if [ -z "$ARCH" ]; then @@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-thumbnailer \ --build=$ARCH-slackware-linux # This is needed in -current, but should be harmless in -stable as well