* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
|
|
description=Cairo wrapper (imaging)
|
|
|
|
incpaths=.
|
|
|
|
headers=${hb_name}.ch
|
|
|
|
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
|
|
{!unix|darwin}libs=cairo
|
|
{unix&!darwin}ldflags="`pkg-config --libs cairo`"
|
|
{darwin}libpaths=/opt/local/lib
|