thunar: avoid trash polling
[openembedded.git] / recipes / xorg-proto / xorg-proto-common.inc
1 DESCRIPTION = "X protocol headers: ${XORG_PN}"
2 HOMEPAGE = "http://www.x.org"
3 SECTION = "x11/libs"
4 LICENSE = "MIT-X"
5
6 DEPENDS = "util-macros"
7
8 ALLOW_EMPTY = "1"
9
10 SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive"
11
12 S = "${WORKDIR}/${BPN}-${PV}"
13
14 inherit autotools pkgconfig
15
16 do_stage() {
17         autotools_stage_all
18 }