diff options
Diffstat (limited to 'recipes/xorg-font')
-rw-r--r-- | recipes/xorg-font/font-util-native_1.1.1.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-font/font-util_1.1.1.bb | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes/xorg-font/font-util-native_1.1.1.bb b/recipes/xorg-font/font-util-native_1.1.1.bb new file mode 100644 index 0000000000..431fc04e85 --- /dev/null +++ b/recipes/xorg-font/font-util-native_1.1.1.bb @@ -0,0 +1,9 @@ +inherit native +require xorg-font-common.inc + +XORG_PN = "font-util" + +DEPENDS = "bdftopcf-native util-macros-native" + +PE = "1" +PR = "${INC_PR}.1" diff --git a/recipes/xorg-font/font-util_1.1.1.bb b/recipes/xorg-font/font-util_1.1.1.bb new file mode 100644 index 0000000000..95c0c73c1f --- /dev/null +++ b/recipes/xorg-font/font-util_1.1.1.bb @@ -0,0 +1,11 @@ +require xorg-font-common.inc + +PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" + +DESCRIPTION = "X font utils." + +DEPENDS = "encodings util-macros" +RDEPENDS = "mkfontdir mkfontscale encodings" + +PE = "1" +PR = "${INC_PR}.1" |