LCL: add linker path for gtk2: /opt/gnome/lib

git-svn-id: trunk@29550 -
This commit is contained in:
mattias 2011-02-14 19:00:26 +00:00
parent 26709e8c25
commit 9894191182

View File

@ -63,6 +63,9 @@ if TargetOS='darwin' then begin
UsageLinkerOptions := '-framework Cocoa';
end else if TargetOS='solaris' then begin
UsageLibraryPath:='/usr/X11R6/lib';
end else if TargetOS='linux' then begin
if LCLWidgetType='gtk2' then
UsageLibraryPath := '/opt/gnome/lib';
end;"/>
<BuildMacros>
<Count Value="2"/>