summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb1
-rw-r--r--meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
index 2657ecf71a..3dcbca195b 100644
--- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb
@@ -12,6 +12,7 @@ PE = "1"
12PR = "r0" 12PR = "r0"
13 13
14RDEPENDS_${PN} += "mkfontscale" 14RDEPENDS_${PN} += "mkfontscale"
15RDEPENDS_${PN}_virtclass-native += "mkfontscale-native"
15 16
16BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
17 18
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
index a1c3c63dc7..cec890d015 100644
--- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
+++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \
11 11
12DEPENDS = "virtual/xserver font-util" 12DEPENDS = "virtual/xserver font-util"
13RDEPENDS_${PN} = "encodings font-util" 13RDEPENDS_${PN} = "encodings font-util"
14RDEPENDS_${PN}_virtclass-native = "font-util" 14RDEPENDS_${PN}_virtclass-native = "font-util-native"
15 15
16PE = "1" 16PE = "1"
17PR = "${INC_PR}.1" 17PR = "${INC_PR}.1"