diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 10:33:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:44 +0200 |
commit | 8b616f148b23d51211ab7ec0d72dc708381be82b (patch) | |
tree | ff2f9e1131c6603825b68e3bccc350f6c25eaaa1 /recipes/xorg-lib/libxcursor_1.1.10.bb | |
parent | 358415b1d330157a1fe55d5334c64607bd21327b (diff) |
libxcursor: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxcursor_1.1.10.bb')
-rw-r--r-- | recipes/xorg-lib/libxcursor_1.1.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxcursor_1.1.10.bb b/recipes/xorg-lib/libxcursor_1.1.10.bb index a4ac63c6fa..5ca754b671 100644 --- a/recipes/xorg-lib/libxcursor_1.1.10.bb +++ b/recipes/xorg-lib/libxcursor_1.1.10.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X cursor management library" LICENSE= "BSD-X" DEPENDS += "libxrender libxfixes" +BBCLASSEXTEND = "native" PR = "r2" PE = "1" |