[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1002515: xwayland: FTCBFS because of missing B-D on libwayland-dev:native



Package: xwayland
Version: 2:21.1.4-1
Severity: wishlist
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

Hi,

xwayland currently fails to cross build because of a missing dependency on
libwayland-dev:native. See the end of the cross build logs on any architecture:
http://crossqa.debian.net/src/xwayland

The attached patch fixes the problem.

Thanks!

cheers, josch
>From 3adbbd09934c2ded5cad2888e2ac4f653830d4df Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Thu, 23 Dec 2021 16:05:17 +0100
Subject: [PATCH] add B-D on libwayland-dev:native to find the native
 wayland-scanner executable when cross building (closes: #FIXME)

---
 debian/changelog | 8 ++++++++
 debian/control   | 1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6ce834da..11a805af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xwayland (2:21.1.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * add B-D on libwayland-dev:native to find the native wayland-scanner
+    executable when cross building (closes: #FIXME)
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org>  Thu, 23 Dec 2021 16:35:06 +0100
+
 xwayland (2:21.1.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 847a23938..790fb5de0 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
  libxshmfence-dev,
  libxv-dev,
  libwayland-dev,
+ libwayland-dev:native,
  mesa-common-dev,
  x11proto-dev,
  xfonts-utils,
-- 
2.33.0

Attachment: signature.asc
Description: signature


Reply to: