diff mbox series

[4/7] xorg-driver-common: depend on util-macros-native

Message ID 20260902151051.159953-4-ross.burton@arm.com
State New
Headers show
Series [1/7] libxcb: add explicit util-macros-native dependency | expand

Commit Message

Ross Burton Sept. 2, 2026, 3:10 p.m. UTC
There's no need to depend on the target form of this recipe as it just
provides autoconf macros, the native is sufficient.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
index dd964d466d0..08dfa7fabf3 100644
--- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
+++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
@@ -6,7 +6,7 @@  LICENSE = "MIT"
 
 PE = "2"
 
-DEPENDS = "virtual/xserver xorgproto util-macros"
+DEPENDS = "virtual/xserver xorgproto util-macros-native"
 
 XORG_DRIVER_COMPRESSOR ?= ".tar.bz2"
 SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}${XORG_DRIVER_COMPRESSOR}"