blob: 9a05f066ce22eb185827c6c0e858c2e6bfbd9b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "MIT"
DEPENDS = "virtual/libx11 libxext libxtst"
DESCRIPTION = "X display information utility"
SECTION = "x11/base"
PR = "r1"
SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xdpyinfo"
S = "${WORKDIR}/xdpyinfo"
inherit autotools pkgconfig
|