diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-10 13:49:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:00:37 +0100 |
commit | 3c7290c8daf15dc2c1714dbeea34d6c25c3d2914 (patch) | |
tree | 36334572b91191aa0a617d2a00fde7e8e38c8ca2 /meta/recipes-graphics | |
parent | 5b3748d463a6666c0d8e2624092619da8d8e6328 (diff) | |
download | openembedded-core-3c7290c8daf15dc2c1714dbeea34d6c25c3d2914.tar.gz openembedded-core-3c7290c8daf15dc2c1714dbeea34d6c25c3d2914.tar.bz2 openembedded-core-3c7290c8daf15dc2c1714dbeea34d6c25c3d2914.zip |
libxfont: remove spurious dependency on fontcacheproto
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb index 65a9f80f67..78ab5ea926 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb @@ -9,10 +9,10 @@ require xorg-lib-common.inc LICENSE= "MIT & MIT-style & BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" -DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc zlib" +DEPENDS += "freetype xtrans fontsproto libfontenc zlib" PROVIDES = "xfont" -PR = "r0" +PR = "r1" PE = "1" XORG_PN = "libXfont" |