xapps: Add configure sed to remove problems with the XAW_CHECK_XPRINT_SUPPORT macro

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-27 18:08:54 +00:00
parent 3d5a8ffe40
commit 20abebf95f
8 changed files with 40 additions and 0 deletions

View File

@ -1,4 +1,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
}

View File

@ -2,3 +2,8 @@ require xorg-app-common.inc
DESCRIPTION = "monitor system console messages with X"
DEPENDS += " libxt"
PE = "1"
PR = "r1"
do_configure_prepend () {
sed -i -e 's/XAW_CHECK_XPRINT_SUPPORT(\(.*\))/PKG_CHECK_MODULES(\1, xaw7)/' ${S}/configure.ac
}

View File

@ -1,4 +1,9 @@
require xorg-app-common.inc
PE = "1"
PR = "r1"
DEPENDS += " libxaw freetype fontconfig libxft libxt"
do_configure_prepend () {
sed -i -e 's/XAW_CHECK_XPRINT_SUPPORT(\(.*\))/PKG_CHECK_MODULES(\1, xaw7)/' ${S}/configure.ac
}

View File

@ -2,3 +2,8 @@ require xorg-app-common.inc
DESCRIPTION = "point and click selection of X11 font names"
DEPENDS += " libxaw"
PR = "r1"
do_configure_prepend () {
sed -i -e 's/XAW_CHECK_XPRINT_SUPPORT(\(.*\))/PKG_CHECK_MODULES(\1, xaw7)/' ${S}/configure.ac
}

View File

@ -3,3 +3,8 @@ require xorg-app-common.inc
DESCRIPTION = "system load average display for X"
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
}

View File

@ -3,3 +3,8 @@ require xorg-app-common.inc
DESCRIPTION = "magnify parts of the screen"
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
}

View File

@ -3,3 +3,8 @@ 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
}

View File

@ -1,4 +1,9 @@
require xorg-app-common.inc
PE = "1"
PR = "r1"
DEPENDS += " libxaw libxxf86vm libxt"
do_configure_prepend () {
sed -i -e 's/XAW_CHECK_XPRINT_SUPPORT(\(.*\))/PKG_CHECK_MODULES(\1, xaw7)/' ${S}/configure.ac
}