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

Bug#947675: qtbase-opensource-src: please do not build-dep on libdrm-dev on hurd-any



Source: qtbase-opensource-src
Version: 5.12.5+dfsg-4
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

qtbase-opensource-src currently can't be builton hurd-any because it
build-depends on libdrm-dev. Making the build-dep optional as the
attached patch does fixes this.

Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- debian/control.original	2019-12-28 23:40:22.000000000 +0000
+++ debian/control	2019-12-28 23:40:32.000000000 +0000
@@ -19,7 +19,7 @@
                libcups2-dev,
                libdbus-1-dev,
                libdouble-conversion-dev,
-               libdrm-dev,
+               libdrm-dev [linux-any kfreebsd-any],
                libfontconfig1-dev,
                libfreetype6-dev,
                libgbm-dev [linux-any kfreebsd-any],

Reply to: