mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 04:28:00 +02:00
28 lines
242 B
Makefile
28 lines
242 B
Makefile
#
|
|
# Makefile.fpc for librsvg bindings
|
|
#
|
|
|
|
[package]
|
|
name=rsvg
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=rsvg
|
|
|
|
[require]
|
|
libc=n
|
|
packages=gtk2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|