mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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>
This commit is contained in:
parent
9a2cf2c923
commit
e92afc5904
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define-public libportal
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue