diff options
Diffstat (limited to 'recipes/xorg-lib/libxrandr_1.2.1.bb')
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxrandr_1.2.1.bb b/recipes/xorg-lib/libxrandr_1.2.1.bb index 3cb841c6a7..547684f0e2 100644 --- a/recipes/xorg-lib/libxrandr_1.2.1.bb +++ b/recipes/xorg-lib/libxrandr_1.2.1.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r1" PE = "1" |