Source: wlroots
Version: 0.17.2-2
Severity: normal
Tags: patch
X-Debbugs-Cc: werdah...@riseup.net

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

libxcb was recently accepted in the archive. It is an optional
dependency of wlroots. Please find attached patch enabling it.
It builds fine on my machine.

best,

werdahias


- -- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.8.12-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: init
LSM: AppArmor: enabled

-----BEGIN PGP SIGNATURE-----

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZmBwIBUcd2VyZGFoaWFz
QHJpc2V1cC5uZXQACgkQ7L7btge5sr6wHgD/b4yLHx3F+byt3464YKxV1DuJXjZd
dNtEncP4IQuiyM8BAItb16y4EQ4nODGIfAW/9rA6MBrb8mHKk/TWrw0EQmQA
=/IQD
-----END PGP SIGNATURE-----
>From 943c23cad17dbb75a8596fd44d4dc8f037b56d2f Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdah...@riseup.net>
Date: Wed, 5 Jun 2024 16:00:08 +0200
Subject: [PATCH] Build wlroots with libxcb-errors

---
 debian/changelog | 6 ++++++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 410d0839..8f3b4e6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wlroots (0.17.3-2) experimental; urgency=medium
+
+  * Build-depend on libxcb-errors-dev now that it's available
+
+ -- Matthias Geiger <werdah...@riseup.net>  Wed, 05 Jun 2024 15:46:32 +0200
+
 wlroots (0.17.3-1) experimental; urgency=medium
 
   * Upload to experimental
diff --git a/debian/control b/debian/control
index e451f34d..ff723d8b 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends: dpkg-dev (>= 1.22.5),
  libxcb1-dev,
  libxcb-composite0-dev,
  libxcb-dri3-dev,
+ libxcb-errors-dev,
  libxcb-ewmh-dev,
  libxcb-icccm4-dev,
  libxcb-image0-dev,
-- 
2.45.1

Reply via email to