Browse Source

evas: disable x11 support on stage 0

user/amery/next/uclibc
Alejandro Mery 14 years ago
parent
commit
be1bb9842c
  1. 4
      e17/evas/evas.conf

4
e17/evas/evas.conf

@ -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/.../evas/evas.conf # Filename: package/.../evas/evas.conf
# Copyright (C) 2006 - 2011 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
# #
@ -43,6 +43,7 @@ if pkginstalled directfb ; then
var_append confopt " " "--enable-directfb" var_append confopt " " "--enable-directfb"
fi fi
if ! atstage toolchain; then
# check for xorg # check for xorg
if pkginstalled xorg-server ; then if pkginstalled xorg-server ; then
var_append confopt " " "--x-includes=$( pkgprefix -r includedir xorg-server )" var_append confopt " " "--x-includes=$( pkgprefix -r includedir xorg-server )"
@ -58,6 +59,7 @@ if pkginstalled cairo ; then
var_append confopt ' ' "--enable-cairo-x11" var_append confopt ' ' "--enable-cairo-x11"
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config cairo --cflags`" var_append GCC_WRAPPER_APPEND ' ' "`pkg-config cairo --cflags`"
fi fi
fi
if pkginstalled fontconfig ; then if pkginstalled fontconfig ; then
pkgprefix -t fontconfig pkgprefix -t fontconfig

Loading…
Cancel
Save