Browse Source

ecore: disable x11 support on stage 0

user/amery/next/uclibc
Alejandro Mery 13 years ago
parent
commit
c4bf777239
  1. 4
      e17/ecore/ecore.conf

4
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)"

Loading…
Cancel
Save