lcl: removed old lib path /opt/gnome/lib

git-svn-id: trunk@51759 -
This commit is contained in:
mattias 2016-02-29 17:19:08 +00:00
parent aa1dbeba55
commit 2431f2ef61

View File

@ -83,9 +83,6 @@ 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='gtk') or (LCLWidgetType='gtk2') then
UsageLibraryPath := '/opt/gnome/lib'; // for SuSE
end;"/>
<BuildMacros>
<Count Value="2"/>