mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
311 B
BlitzBasic
13 lines
311 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "MIT"
|
|
DEPENDS = "libx11 libxext libxtst"
|
|
DESCRIPTION = "X display information utility"
|
|
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
|
SECTION = "x11/base"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xdpyinfo"
|
|
S = "${WORKDIR}/xdpyinfo"
|
|
|
|
inherit autotools pkgconfig
|