diff options
Diffstat (limited to 'recipes/xorg-app/mkfontscale-native_1.0.7.bb')
-rw-r--r-- | recipes/xorg-app/mkfontscale-native_1.0.7.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/xorg-app/mkfontscale-native_1.0.7.bb b/recipes/xorg-app/mkfontscale-native_1.0.7.bb new file mode 100644 index 0000000000..bae3416b67 --- /dev/null +++ b/recipes/xorg-app/mkfontscale-native_1.0.7.bb @@ -0,0 +1,7 @@ +inherit native +require mkfontscale_${PV}.bb + +DEPENDS = "libx11-native libfontenc-native freetype-native" + +S="${WORKDIR}/mkfontscale-${PV}" +XORG_PN="mkfontscale" |