diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:36:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:43 +0200 |
commit | 3dd43a6e25d60b013ec756bd7d7b90a79270f627 (patch) | |
tree | 3fd5a542b24bc3e81f46eb0732377b380a219d44 /recipes/xorg-lib/libxft_2.1.13.bb | |
parent | 2aa46ceac323392f7010296a01d142d6c8a026e0 (diff) |
libxft: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxft_2.1.13.bb')
-rw-r--r-- | recipes/xorg-lib/libxft_2.1.13.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxft_2.1.13.bb b/recipes/xorg-lib/libxft_2.1.13.bb index 79783a8152..a071ca5ede 100644 --- a/recipes/xorg-lib/libxft_2.1.13.bb +++ b/recipes/xorg-lib/libxft_2.1.13.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "FreeType-based font drawing library for X" DEPENDS += "libxrender freetype fontconfig" -PROVIDES = "xft" PR = "r0" PE = "1" |