From 6d6f904a2ee7ff5a3007550c87752e3a11060bdf Mon Sep 17 00:00:00 2001 From: joost Date: Sun, 21 Aug 2011 19:22:30 +0000 Subject: [PATCH] * Do now try to use a buildunit to compile gtk2, because it already has a build unit of its own. git-svn-id: trunk@18803 - --- packages/gtk2/fpmake.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gtk2/fpmake.pp b/packages/gtk2/fpmake.pp index 5c824b61f9..affcd4f58d 100644 --- a/packages/gtk2/fpmake.pp +++ b/packages/gtk2/fpmake.pp @@ -17,6 +17,7 @@ begin P.Directory:='gtk2'; {$endif ALLPACKAGES} P.Version:='2.7.1'; + P.SupportBuildModes := [bmOneByOne]; P.OSes:=AllUnixOSes+[Win32,Win64]; P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Mattias Gaertner, Olaf Leidinger'; P.License := 'Library: LGPL2.1, header: LGPL with modification, ';