From 84894799b98543793e1accf252acdf0483187cdc Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 11 May 2011 14:22:06 +0200 Subject: [PATCH] diacanvas: changed to disable python support as it cannot generate proper bindings --- gnome2/diacanvas/diacanvas.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnome2/diacanvas/diacanvas.conf b/gnome2/diacanvas/diacanvas.conf index 6619749e4..8728ab914 100644 --- a/gnome2/diacanvas/diacanvas.conf +++ b/gnome2/diacanvas/diacanvas.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../diacanvas/diacanvas.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,3 +14,6 @@ # --- SDE-COPYRIGHT-NOTE-END --- configprefix=xvfb-run + +# disable python support as it cannot generate proper bindings +var_append extraconfopt ' ' "--enable-python=no"