unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: 53161@debbugs.gnu.org
Cc: "Daniel Meißner" <daniel.meissner-i4k@ruhr-uni-bochum.de>
Subject: [bug#53161] [PATCH 1/2] gnu: libportal: Build backend for GTK+3
Date: Mon, 10 Jan 2022 16:37:14 +0100	[thread overview]
Message-ID: <20220110153715.457-1-daniel.meissner-i4k@ruhr-uni-bochum.de> (raw)
In-Reply-To: <20220110153211.32612-1-daniel.meissner-i4k@ruhr-uni-bochum.de>

* gnu/packages/freedesktop.scm (libportal)[arguments]: Change configure-flags
to build backend for GTK+3.
---
 gnu/packages/freedesktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 @@ (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
-- 
2.34.0





  reply	other threads:[~2022-01-10 15:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 15:32 [bug#53161] [PATCH 0/2] gnu: eog: Fix failing build due to libportal upgrade Daniel Meißner via Guix-patches via
2022-01-10 15:37 ` Daniel Meißner via Guix-patches via [this message]
2022-01-10 15:37   ` [bug#53161] [PATCH 2/2] gnu: eog: Fix build with libportal-0.5 Daniel Meißner via Guix-patches via
2022-01-11 15:19 ` bug#53161: [PATCH 0/2] gnu: eog: Fix failing build due to libportal upgrade Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220110153715.457-1-daniel.meissner-i4k@ruhr-uni-bochum.de \
    --to=guix-patches@gnu.org \
    --cc=53161@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@ruhr-uni-bochum.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).