mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 09:39:06 +02:00
LCL: gtk2: link with libcairo-gobject on Linux and fpc 2.7.1
git-svn-id: trunk@43336 -
This commit is contained in:
parent
abf9d7b71f
commit
19fb55dd6e
@ -19,6 +19,10 @@ unit Interfaces;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IF defined(Linux) and (FPC_FULLVERSION>=20701)}
|
||||
{$LinkLib cairo-gobject}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user