|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../ecore/ecore.conf |
|
|
|
# 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) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -18,7 +18,7 @@ for x in job con ipc; do |
|
|
|
var_append confopt " " "--enable-ecore-$x" |
|
|
|
var_append confopt " " "--enable-ecore-$x" |
|
|
|
done |
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
if pkginstalled libx11; then |
|
|
|
if ! atstage toolchain && pkginstalled libx11; then |
|
|
|
pkgprefix -t libx11 |
|
|
|
pkgprefix -t libx11 |
|
|
|
var_append extraconfopt ' ' '--enable-ecore-x' |
|
|
|
var_append extraconfopt ' ' '--enable-ecore-x' |
|
|
|
var_append extraconfopt ' ' "--x-includes=$(pkgprefix -r includedir libx11)" |
|
|
|
var_append extraconfopt ' ' "--x-includes=$(pkgprefix -r includedir libx11)" |
|
|
|