LCL: gtk2: link with libcairo-gobject on Linux and fpc 2.7.1

git-svn-id: trunk@43336 -
This commit is contained in:
mattias 2013-10-28 12:56:57 +00:00
parent abf9d7b71f
commit 19fb55dd6e

View File

@ -19,6 +19,10 @@ unit Interfaces;
{$mode objfpc}{$H+}
{$IF defined(Linux) and (FPC_FULLVERSION>=20701)}
{$LinkLib cairo-gobject}
{$ENDIF}
interface
uses