[cairo] Add to library tests
This commit is contained in:
parent
5fdfe6ae5d
commit
34aa8b0148
|
@ -19,7 +19,7 @@ stat = 0
|
||||||
tested = False
|
tested = False
|
||||||
|
|
||||||
# harfbuzz-icu links to libstdc++ because icu does.
|
# harfbuzz-icu links to libstdc++ because icu does.
|
||||||
for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-gobject']:
|
for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-gobject', 'harfbuzz-cairo']:
|
||||||
for suffix in ['so', 'dylib']:
|
for suffix in ['so', 'dylib']:
|
||||||
so = os.path.join (libs, 'lib%s.%s' % (soname, suffix))
|
so = os.path.join (libs, 'lib%s.%s' % (soname, suffix))
|
||||||
if not os.path.exists (so): continue
|
if not os.path.exists (so): continue
|
||||||
|
|
|
@ -22,7 +22,7 @@ cxxfilt = shutil.which ('c++filt')
|
||||||
tested = False
|
tested = False
|
||||||
stat = 0
|
stat = 0
|
||||||
|
|
||||||
for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-icu', 'harfbuzz-gobject']:
|
for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-icu', 'harfbuzz-gobject', 'harfbuzz-cairo']:
|
||||||
for suffix in ['so', 'dylib']:
|
for suffix in ['so', 'dylib']:
|
||||||
so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
|
so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
|
||||||
if not os.path.exists (so): continue
|
if not os.path.exists (so): continue
|
||||||
|
|
Loading…
Reference in New Issue