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>
parent
9a2cf2c923
commit
e92afc5904
|
@ -28,6 +28,7 @@
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||||
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.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.
|
;;; 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)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "-Dbackends=gtk4,qt5"
|
(list "-Dbackends=gtk4,gtk3,qt5"
|
||||||
"-Ddocs=false"))) ; requires unpackaged gi-docgen
|
"-Ddocs=false"))) ; requires unpackaged gi-docgen
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
Reference in New Issue