blob: cbf2caac702b8fcd790570904bd1863232022e3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PV = "0.0+cvs${SRCDATE}"
DEPENDS = "libx11 libxmu libxext"
DESCRIPTION = "X server resource database utility"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "x11/base"
LICENSE = "xrdb"
PR = "r2"
SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xrdb \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/xrdb"
inherit autotools pkgconfig
|