summaryrefslogtreecommitdiff
path: root/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb
blob: 8efdd635c67c577b03bbb35eae049d3b5494b115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Build of xserver-kdrive is not possible with xextproto >= 7.1.
# This package allows to install old 7.0 includes in parallel.
BPN = "xextproto"

require xextproto_7.0.5.bb

EXTRA_OECONF += "--includedir=${includedir}/xextproto-70"

do_install_append() {
	rm -r ${D}${libdir}
}
# xorg-proto-common.inc would stage all. We need to overwrite it.
do_stage() {
	autotools_stage_includes
}
# No, we really do not want to install .pc file and overwrite newer one:
pkgconfig_sysroot_preprocess() {
}
PR = "${INC_PR}.0"