summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb
blob: e0b24420e959e2a8a52c6a3d26539f3fd548b680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require xorg-app-common.inc

SUMMARY = "Display information utility for X"

DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \
X server. It is used to examine the capabilities of a server, the \
predefined values for various parameters used in communicating between \
clients and the server, and the different types of screens and visuals \
that are available."

LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau"
PR = "${INC_PR}.1"
PE = "1"

SRC_URI += "file://disable-xkb.patch"

SRC_URI[md5sum] = "1ef08f4c8d0e669c2edd49e4a1bf650d"
SRC_URI[sha256sum] = "23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f"

EXTRA_OECONF = "--disable-xkb"