[Lunar-commits] <moonbase> gtk+-2: remove the --enable-debug=no... Most STUPID addition ever... default is minimal debugging which solves a lot of problems of gtk+-2. This has quite possibly even prevented us from upgrading to 2.18.x

Samuel Verstraete elangelo at lunar-linux.org
Wed Mar 17 10:03:40 CET 2010


commit 650e4fed6d5d05a82c51dae325035c6a1603e733
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Mar 17 10:03:40 2010 +0100

    gtk+-2: remove the --enable-debug=no...
    Most STUPID addition ever... default is minimal debugging which solves a
    lot of problems of gtk+-2. This has quite possibly even prevented us
    from upgrading to 2.18.x
---
 graphics/gtk+-2/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index ceb4f11..58564f9 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -15,7 +15,7 @@
 
   if [ "$USE_XINPUT" == "y" ]; then
     # XInput support is needed for Wacom tablets to work in GIMP
-    OPTS+=" --with-xinput=yes --enable-debug=no"
+    OPTS+=" --with-xinput=yes"
   fi &&
 
   default_build


More information about the Lunar-commits mailing list