summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
authorDaniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>2022-01-10 16:37:14 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-01-11 15:45:32 +0100
commite92afc59048502a4a23ea5866522ba5f3ccc8aba (patch)
tree50b489265f8b9767e7a2970c7d3e76d748c1b30a /gnu/packages/freedesktop.scm
parent9a2cf2c9232e229f7bb1ab065df2cf0740f65996 (diff)
downloadguix-patches-e92afc59048502a4a23ea5866522ba5f3ccc8aba.tar
guix-patches-e92afc59048502a4a23ea5866522ba5f3ccc8aba.tar.gz
gnu: libportal: Build backend for GTK+3.
* gnu/packages/freedesktop.scm (libportal)[arguments]: Change configure-flags to build backend for GTK+3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a7d400d3bf..2b0739020d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2233,7 +2234,7 @@ fallback to generic Systray support if none of those are available.")
(build-system meson-build-system)
(arguments
`(#:configure-flags
- (list "-Dbackends=gtk4,qt5"
+ (list "-Dbackends=gtk4,gtk3,qt5"
"-Ddocs=false"))) ; requires unpackaged gi-docgen
(native-inputs
(list pkg-config