Searched refs:has_headers (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/command/ |
D | install.py | 657 def has_headers(self): member in install 660 return self.distribution.has_headers() 675 ('install_headers', has_headers),
|
/third_party/libsoup/ |
D | meson.build | 98 has_headers : ['sqlite3.h', 'sqlite3ext.h'], 114 has_headers : 'libxml/tree.h', 295 has_headers: 'gssapi/gssapi.h',
|
/third_party/gstreamer/gstplugins_good/ext/jack/ |
D | meson.build | 85 has_headers: 'jack/jack.h',
|
/third_party/python/Lib/distutils/ |
D | dist.py | 1002 def has_headers(self): member in Distribution
|
/third_party/pixman/ |
D | meson.build | 406 … dep_png = cc.find_library('libpng@0@'.format(png_ver), has_headers : ['png.h'], required : false)
|
/third_party/python/ |
D | setup.py | 2645 ('install_headers', install.has_headers),
|