blob: 16fd29ebcddbba1b262b8f41ed81067a06d1458b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "XFree86-VM: XFree86 video mode extension library"
2
3DESCRIPTION = "libXxf86vm provides an interface to the \
4XFree86-VidModeExtension extension, which allows client applications to \
5get and set video mode timings in extensive detail. It is used by the \
6xvidtune program in particular."
7
8require xorg-lib-common.inc
9
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d"
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013DEPENDS += "libxext xorgproto"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15PE = "1"
16
17XORG_PN = "libXxf86vm"
Patrick Williams7784c422022-11-17 07:29:11 -060018SRC_URI[sha256sum] = "247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7"
Andrew Geisslerc182c622020-05-15 14:13:32 -050019
20BBCLASSEXTEND = "native nativesdk"