diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-01 21:42:57 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-02 10:08:58 +0200 |
commit | 4db6d500c25ac88b5a104971db7621070b645802 (patch) | |
tree | 31e9ba21e9eb352d6b85340a2761917f7f883429 /recipes/xorg-lib/libxrandr_1.3.0.bb | |
parent | 6ee24bc5753176c232acb531d4e2b1b2a6731ddb (diff) |
libxrandr: add 1.3.0
Diffstat (limited to 'recipes/xorg-lib/libxrandr_1.3.0.bb')
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.3.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxrandr_1.3.0.bb b/recipes/xorg-lib/libxrandr_1.3.0.bb new file mode 100644 index 0000000000..f6d7623bca --- /dev/null +++ b/recipes/xorg-lib/libxrandr_1.3.0.bb @@ -0,0 +1,9 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X11 Resize and Rotate extension library" +LICENSE = "BSD-X" +DEPENDS += "randrproto libxrender libxext" +PR = "r0" +PE = "1" + +XORG_PN = "libXrandr" |