Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "Display information utility for X" |
| 4 | |
| 5 | DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \ |
| 6 | X server. It is used to examine the capabilities of a server, the \ |
| 7 | predefined values for various parameters used in communicating between \ |
| 8 | clients and the server, and the different types of screens and visuals \ |
| 9 | that are available." |
| 10 | |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
Brad Bishop | 08902b0 | 2019-08-20 09:16:51 -0400 | [diff] [blame] | 12 | DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama libdmx libxau libxcomposite" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | PE = "1" |
| 14 | |
| 15 | SRC_URI += "file://disable-xkb.patch" |
| 16 | |
| 17 | SRC_URI[md5sum] = "8809037bd48599af55dad81c508b6b39" |
| 18 | SRC_URI[sha256sum] = "30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51" |
| 19 | |
| 20 | EXTRA_OECONF = "--disable-xkb" |