xwd: append to DEPENDS instead of overwriting it

do_configure fails with:

  configure.ac:35: error: must install xorg-macros 1.8 or later before
  running autoconf/autogen

xorg-app-common.inc sets DEPENDS to "util-macros-native virtual/libx11",
but the recipe overwrites it, so util-macros-native never gets into the
sysroot. Append, like the other xorg-app recipes do.

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Alper Ak
2026-09-11 07:07:57 -07:00
committed by Khem Raj
parent b36e29a86f
commit 8c3a45cb38
@@ -5,7 +5,7 @@ HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
SECTION = "x11/app"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
DEPENDS = "libxmu libxkbfile"
DEPENDS += "libxmu libxkbfile"
SRC_URI_EXT = "xz"
SRC_URI[sha256sum] = "4909eacc26c4cd5a9afcd1468aec26e7c646544639031bdad4f71173aa82f3c3"