blob: e75a840b7de6221b726d48911fd15067101d54b1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require xorg-app-common.inc
2
3SUMMARY = "Display information utility for X"
4
5DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \
6X server. It is used to examine the capabilities of a server, the \
7predefined values for various parameters used in communicating between \
8clients and the server, and the different types of screens and visuals \
9that are available."
10
11LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
Brad Bishop08902b02019-08-20 09:16:51 -040012DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama libdmx libxau libxcomposite"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013PE = "1"
14
15SRC_URI += "file://disable-xkb.patch"
16
Patrick Williams03907ee2022-05-01 06:28:52 -050017SRC_URI_EXT = "xz"
18SRC_URI[sha256sum] = "356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019
20EXTRA_OECONF = "--disable-xkb"