From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH qemu 1/2] fix #7722: d/{control,rules}: restore PNG support
Date: Tue, 23 Jun 2026 17:29:24 +0200 [thread overview]
Message-ID: <20260623152955.406131-2-f.ebner@proxmox.com> (raw)
In-Reply-To: <20260623152955.406131-1-f.ebner@proxmox.com>
PNG support is required for screendump and is advertised by VNC when
available. In Proxmox VE 8, the libpng-dev build dependency was pulled
in implicitly via
> i sbuild-build-depends-main-dummy Depends libsdl1.2-dev
> i A libsdl1.2-dev Depends libcaca-dev
> i A libcaca-dev Depends libslang2-dev
> i A libslang2-dev Depends libpng-dev
and then CONFIG_PNG would be auto-enabled during build. Add back the
missing build dependency to fix the regression and be explicit
about enabling PNG support.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
debian/control | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index e3fc9a7847..4c4b8fa4a1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: debhelper-compat (= 13),
libnuma-dev,
libpci-dev,
libpixman-1-dev,
+ libpng-dev,
libproxmox-backup-qemu0-dev (>= 1.3.0),
librbd-dev (>= 0.48),
libsdl1.2-dev,
diff --git a/debian/rules b/debian/rules
index c20752735d..76f3c9b661 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ endif
--enable-linux-io-uring \
--enable-numa \
--enable-opengl \
+ --enable-png \
--enable-rbd \
--enable-seccomp \
--enable-slirp \
--
2.47.3
next prev parent reply other threads:[~2026-06-23 15:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-23 15:29 [PATCH-SERIES qemu 0/2] fix #7722: restore PNG support and drop libsdl dependency Fiona Ebner
2026-06-23 15:29 ` Fiona Ebner [this message]
2026-06-23 15:29 ` [PATCH qemu 2/2] d/{control,rules}: " Fiona Ebner
2026-06-24 14:49 ` [PATCH-SERIES qemu 0/2] fix #7722: restore PNG support and " Samuel Rufinatscha
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260623152955.406131-2-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.