Browse Source

ecore: disable x11 support on stage 0

user/chris/next/xorg
Alejandro Mery 13 years ago
parent
commit
e63a9fb338
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      e17/ecore/ecore.conf

+ 2
- 2
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