blob: 3becd4028106ba31572c9b19aac90a426e7e91e5 [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"
Andrew Geissler8f840682023-07-21 09:09:43 -050012DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama 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"
Patrick Williamsb542dec2023-06-09 01:26:37 -050018SRC_URI[sha256sum] = "a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019
20EXTRA_OECONF = "--disable-xkb"