aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
index 82423266f2..2bfe51478b 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
@@ -11,7 +11,9 @@ PE = "1"
PR = "r0"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
-DEPENDS = "gettext"
+DEPENDS = "gettext libgpg-error"
+DEPENDS_virtclass-native = "gettext"
+
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"