| Message ID | 20260902151051.159953-3-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/7] libxcb: add explicit util-macros-native dependency | expand |
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb b/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb index 4e1b055f492..8e5dc9d8f77 100644 --- a/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb @@ -6,7 +6,7 @@ to RGB values (rgb.txt) and, if configured to use a database for color \ lookup, the rgb program to convert the text file into the binary database \ format." -DEPENDS += " xorgproto util-macros" +DEPENDS += "xorgproto" LIC_FILES_CHKSUM = "file://COPYING;md5=dc4f23db04773a414e3c39cc97a9f415" PE = "1"
This is bought in via xorg-app-common.inc already. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-app/rgb_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)