summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2019-11-09Fix pkg-config dependenciesDavid Robillard1-1/+1
2014-10-05Remove hard-coded -ldl from pkgconfig file.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5474 a436a847-0d15-0410-975c-d299462d15a1
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5473 a436a847-0d15-0410-975c-d299462d15a1
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4766 a436a847-0d15-0410-975c-d299462d15a1
2012-02-08Ensure correct dependencies are in pkg-config file (always urid, state only ↵David Robillard1-1/+1
if available). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3977 a436a847-0d15-0410-975c-d299462d15a1
2011-12-23Add LilvState API for handling plugin state. This makes it simple to save andDavid Robillard1-1/+1
restore plugin state both in memory and on disk, as well as save presets in a host-sharable way since the disk format is identical to the LV2 presets format. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3899 a436a847-0d15-0410-975c-d299462d15a1
2011-08-20Add lv2core as a pkg-config compile time dependency (fix #742).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3431 a436a847-0d15-0410-975c-d299462d15a1
2011-06-14Use uppercase for pkg-config variables, matching environment variables.David Robillard1-4/+4
Somehow, the lower case seems to work fine for myself and everyone else I've heard from except on Gentoo (surprise!). How this behaviour could vary by system is a deep mystery... git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3396 a436a847-0d15-0410-975c-d299462d15a1
2011-05-26Lilv 0.4.2David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3335 a436a847-0d15-0410-975c-d299462d15a1
2011-05-25Remove glib stuff from pkg-config file.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3324 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Rename slv2 to lilv.David Robillard1-0/+10
API breakage was proving too much of a hassle, and would be even further of a mess after release and packaging. Best to make a clean break now, and fix installation to support parallel installs and prevent this kind of problem in the future. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3217 a436a847-0d15-0410-975c-d299462d15a1