Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-driver-video.inc |
| 2 | |
| 3 | SUMMARY = "X.Org X server -- cirrus display driver" |
| 4 | DESCRIPTION = "cirrus is an Xorg driver for Cirrus Logic VGA adapters. These \ |
| 5 | devices are not so common in the wild anymore, but QEMU can emulate one, so \ |
| 6 | the driver is still useful." |
| 7 | |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ddc7ca860dc5fd014e7f160ea699295" |
| 9 | |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 10 | SRC_URI[sha256sum] = "0ef3fa0083de3d9a040f11b3af38598d8405f1165b908fdd6712c30038326401" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | |
| 12 | DEPENDS += "libpciaccess" |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 13 | |
| 14 | XORG_DRIVER_COMPRESSOR = ".tar.xz" |