From deffbf3996f47fc6436fb9b0bec04f8469b44cd2 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 5 Aug 2011 09:50:45 +0000 Subject: [PATCH] =?UTF-8?q?Introspection=20macht=20probleme=20wenn=20pango?= =?UTF-8?q?=20sp=C3=83=E2=82=ACter=20neu=20kompiliert=20wird.=20mittels=20?= =?UTF-8?q?configure=20statemanet=20deaktiviert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6142 504e572c-2e33-0410-9681-be2bf7408885 --- SysBuild/guibased/pango | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SysBuild/guibased/pango b/SysBuild/guibased/pango index 16bb4dc..0cee541 100644 --- a/SysBuild/guibased/pango +++ b/SysBuild/guibased/pango @@ -100,6 +100,7 @@ mk32() { ./configure --build=$TARGET32 \ --prefix=/usr/X11R7 \ --sysconfdir=/etc \ + --enable-introspection=no \ --with-dynamic-modules=yes && make -j $NUMCPU && make -j $NUMCPU DESTDIR=$TMPROOT install @@ -150,6 +151,7 @@ mk() { --libdir=/usr/X11R7/${LIBDIR} \ --prefix=/usr/X11R7 \ --sysconfdir=/etc \ + --enable-introspection=no \ --with-dynamic-modules=yes && make -j $NUMCPU && make -j $NUMCPU DESTDIR=$TMPROOT install