1 2 3 4 5 6 7
|
# the upstream library format includes the license file in it, this library
# has a unique license that is just a statement of public domain, so we just
# leave the file in place, since there is no license file to symlink to.
pd-arraysize: extra-license-file [usr/lib/pd/extra/arraysize/LICENSE.txt]
# these files *are* linked against libc, but don't use any symbols...
shared-library-lacks-prerequisites [usr/lib/pd/extra/arraysize/*.linux-*-64.so]
shared-library-lacks-prerequisites [usr/lib/pd/extra/arraysize/*.pd_linux]
|