From f94e7e0487b289c8bb21edffdeaa762e2c34fd46 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 24 Apr 2010 18:54:17 -0400 Subject: [PATCH] imlib2: enhanced to be able to build without xorg --- e17/imlib2/imlib2.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e17/imlib2/imlib2.conf b/e17/imlib2/imlib2.conf index 3632b81be..70a37aa49 100644 --- a/e17/imlib2/imlib2.conf +++ b/e17/imlib2/imlib2.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../imlib2/imlib2.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -16,3 +16,5 @@ [ $arch = x86-64 ] && var_append confopt " " "--disable-mmx" + +pkginstalled xorg-server || var_append extraconfopt ' ' '--without-x'