diff options
Diffstat (limited to 'system/cndrvcups-capt/cndrvcups-capt.SlackBuild')
-rw-r--r-- | system/cndrvcups-capt/cndrvcups-capt.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/cndrvcups-capt/cndrvcups-capt.SlackBuild b/system/cndrvcups-capt/cndrvcups-capt.SlackBuild index 396414c4f4c73..ac8c3017e88c7 100644 --- a/system/cndrvcups-capt/cndrvcups-capt.SlackBuild +++ b/system/cndrvcups-capt/cndrvcups-capt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cndrvcups-capt -# Copyright 2014, 2016 Mario Preksavec, Zagreb, Croatia +# Copyright 2014, 2016, 2017 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cndrvcups-capt -VERSION=${VERSION:-2.70} +VERSION=${VERSION:-2.71} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -143,6 +143,7 @@ patch -p1 <$CWD/ppapdata.c.diff cd statusui CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ + LIBS="-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0" \ ./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} |