diff options
-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" |