mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
LCL: add linker path for gtk2: /opt/gnome/lib
git-svn-id: trunk@29550 -
This commit is contained in:
parent
26709e8c25
commit
9894191182
@ -63,6 +63,9 @@ if TargetOS='darwin' then begin
|
|||||||
UsageLinkerOptions := '-framework Cocoa';
|
UsageLinkerOptions := '-framework Cocoa';
|
||||||
end else if TargetOS='solaris' then begin
|
end else if TargetOS='solaris' then begin
|
||||||
UsageLibraryPath:='/usr/X11R6/lib';
|
UsageLibraryPath:='/usr/X11R6/lib';
|
||||||
|
end else if TargetOS='linux' then begin
|
||||||
|
if LCLWidgetType='gtk2' then
|
||||||
|
UsageLibraryPath := '/opt/gnome/lib';
|
||||||
end;"/>
|
end;"/>
|
||||||
<BuildMacros>
|
<BuildMacros>
|
||||||
<Count Value="2"/>
|
<Count Value="2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user