summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/xorg-app/xbiff_1.0.1.bb
blob: 5ccac5cf175f743bd635f01caa9dc5142881c1e0 (plain)
1
2
3
4
5
6
7
8
9
require xorg-app-common.inc
PE = "1"
PR = "r1"

DEPENDS += " libxaw xbitmaps libxext"

do_configure_prepend () {
	sed -i -e 's/XAW_CHECK_XPRINT_SUPPORT(\(.*\))/PKG_CHECK_MODULES(\1, xaw7)/' ${S}/configure.ac
}