diff --git a/e17/ecore/ecore.conf b/e17/ecore/ecore.conf index 795c64565..ebdacbebd 100644 --- a/e17/ecore/ecore.conf +++ b/e17/ecore/ecore.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ecore/ecore.conf -# Copyright (C) 2006 - 2010 The OpenSDE Project +# Copyright (C) 2006 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -18,7 +18,7 @@ for x in job con ipc; do var_append confopt " " "--enable-ecore-$x" done -if pkginstalled libx11; then +if ! atstage toolchain && pkginstalled libx11; then pkgprefix -t libx11 var_append extraconfopt ' ' '--enable-ecore-x' var_append extraconfopt ' ' "--x-includes=$(pkgprefix -r includedir libx11)"