diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb new file mode 100644 index 0000000000..a586159ee3 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "XFree86-VM: XFree86 video mode extension library" | ||
| 2 | |||
| 3 | DESCRIPTION = "libXxf86vm provides an interface to the \ | ||
| 4 | XFree86-VidModeExtension extension, which allows client applications to \ | ||
| 5 | get and set video mode timings in extensive detail. It is used by the \ | ||
| 6 | xvidtune program in particular." | ||
| 7 | |||
| 8 | require xorg-lib-common.inc | ||
| 9 | |||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d" | ||
| 12 | |||
| 13 | DEPENDS += "libxext xorgproto" | ||
| 14 | |||
| 15 | PE = "1" | ||
| 16 | |||
| 17 | XORG_PN = "libXxf86vm" | ||
| 18 | XORG_EXT = "tar.xz" | ||
| 19 | SRC_URI[sha256sum] = "247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
