summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/xorg-app/xmessage_1.0.2.bb
blob: 82b6a9a577553bfe279fe0d52c859a4824202cdf (plain)
1
2
3
4
5
6
7
8
9
10
require xorg-app-common.inc

DESCRIPTION = "xmessage displays a message or query in a window."
DEPENDS += " libxaw libxt"
PE = "1"
PR = "r1"

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