agraef / pd-lua

Lua bindings for Pd, updated for Lua 5.3+
https://agraef.github.io/pd-lua/
GNU General Public License v2.0
47 stars 10 forks source link

Make path to Makefile.pdlibbuilder settable #33

Closed umlaeute closed 1 year ago

umlaeute commented 1 year ago

Closes: https://github.com/agraef/pd-lua/issues/32

the 2nd commit excludes the .gitmodules file (and .github/ directory) from the generated source tarballs. (the reasoning is: if you want all the git-nifties of this repository, you should probably just clone the repository; but if you are using the source-tarballs for downstream packaging and git to manage the packaging, upstream repository config usually gets in the way badly)

the 3rd commit allows packagers to override the pkg-config script, which helps when cross-compiling.

agraef commented 1 year ago

Merged, thanks!