From 0da7b3710f19fe5ee25825583267ac7247ff0918 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 15 Feb 2021 21:17:26 +0100 Subject: nongnu: lgogdownloader: Add captcha support. * nongnu/packages/gog.scm (lgogdownloader) [inputs]: Add qtbase, qtdeclarative, qtwebchannel and qtwebengine. [arguments]: Configure with GUI support. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/gog.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm index f60a68c..770dd22 100644 --- a/nongnu/packages/gog.scm +++ b/nongnu/packages/gog.scm @@ -1,4 +1,5 @@ ;;; Copyright © 2019, 2020 Alex Griffin +;;; Copyright © 2021 Timotej Lazar ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -20,6 +21,7 @@ #:use-module (gnu packages curl) #:use-module (gnu packages man) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages qt) #:use-module (gnu packages serialization) #:use-module (gnu packages web) #:use-module (gnu packages xml) @@ -43,13 +45,18 @@ (base32 "02zn4zc9hqym81vbs88x5ayk2xb808jlvfyvn96ksx1ai4b6a4fz")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ; no tests + `(#:configure-flags '("-DUSE_QT_GUI=ON") + #:tests? #f)) ; no tests (inputs `(("boost" ,boost) ("curl" ,curl) ("htmlcxx" ,htmlcxx) ("jsoncpp" ,jsoncpp) ("liboauth" ,liboauth) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtwebchannel" ,qtwebchannel) + ("qtwebengine" ,qtwebengine) ("rhash" ,rhash) ("tinyxml2" ,tinyxml2) ("zlib" ,zlib))) -- cgit v1.2.3