From 925c447a51ccc44f8b3697f6fe7397d906fe67f2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Nov 2005 12:04:54 +0000 Subject: Updates from OE git-svn-id: https://svn.o-hand.com/repos/poky@170 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/classes/efl.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'openembedded/classes/efl.bbclass') diff --git a/openembedded/classes/efl.bbclass b/openembedded/classes/efl.bbclass index 964748e85..b438ca61b 100644 --- a/openembedded/classes/efl.bbclass +++ b/openembedded/classes/efl.bbclass @@ -40,6 +40,7 @@ export IMLIB2_CONFIG = "${STAGING_BINDIR}/imlib2-config${@binconfig_suffix(d)}" do_compile_prepend() { find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' + find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:' } do_stage_append () { -- cgit v1.2.3