aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xdpyinfo/xdpyinfo_1.0.1.bb
blob: a8972e18ab7695e289bbacc1109c19a0b168b9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "MIT"
DEPENDS = "libx11 libxext libxtst"
DESCRIPTION = "X display information utility"
SECTION = "x11/base"

SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-X11R7.0-1.0.1.tar.bz2 \
	   file://disable-xkb.patch;patch=1"
S = "${WORKDIR}/${PN}-X11R7.0-${PV}"

EXTRA_OECONF = "--disable-xkb"

inherit autotools pkgconfig