diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2009-10-09 03:04:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-09 16:19:06 +0200 |
commit | 117ec4def4dff7abad394279698e1ddaef9407a7 (patch) | |
tree | 5527c23afb3b2b2edcd423ad8f5f2c60dfcb4a14 /recipes/xorg-font | |
parent | 0fe7e7da98b3d84a584a04821b8503c3c408f523 (diff) |
Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/xorg-font')
-rw-r--r-- | recipes/xorg-font/font-screen-cyrillic_1.0.1.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-font/font-util-native_1.0.2.bb | 8 | ||||
-rw-r--r-- | recipes/xorg-font/font-util_1.0.2.bb | 11 |
3 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xorg-font/font-screen-cyrillic_1.0.1.bb b/recipes/xorg-font/font-screen-cyrillic_1.0.1.bb new file mode 100644 index 0000000000..60ef06fba0 --- /dev/null +++ b/recipes/xorg-font/font-screen-cyrillic_1.0.1.bb @@ -0,0 +1,2 @@ +require xorg-font-common.inc +PE = "1" diff --git a/recipes/xorg-font/font-util-native_1.0.2.bb b/recipes/xorg-font/font-util-native_1.0.2.bb new file mode 100644 index 0000000000..32ea62c3d5 --- /dev/null +++ b/recipes/xorg-font/font-util-native_1.0.2.bb @@ -0,0 +1,8 @@ +inherit native +require xorg-font-common.inc + +XORG_PN = "font-util" + +DEPENDS = "bdftopcf-native" + +PE = "1" diff --git a/recipes/xorg-font/font-util_1.0.2.bb b/recipes/xorg-font/font-util_1.0.2.bb new file mode 100644 index 0000000000..3ba1c05a29 --- /dev/null +++ b/recipes/xorg-font/font-util_1.0.2.bb @@ -0,0 +1,11 @@ +require xorg-font-common.inc + +PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" + +DESCRIPTION = "X font utils." + +DEPENDS = "encodings" +RDEPENDS = "mkfontdir mkfontscale encodings" + +PR = "r1" +PE = "1" |