Lines Matching refs:required
22 # @pkg-config-init ?required?
24 # Initialises the 'pkg-config' system. Unless '$required' is set to 0,
27 # This command will normally be called automatically as required,
30 # Returns 1 if ok, or 0 if 'pkg-config' not found/usable (only if '$required' is 0).
32 proc pkg-config-init {{required 1}} {
43 if {$required} {
63 if {$required} {
99 ## PKG_PANGO_LIBS to the required libs (--libs-only-l)
100 ## PKG_PANGO_LDFLAGS to the required linker flags (--libs-only-L)
101 ## PKG_PANGO_CFLAGS to the required compiler flags (--cflags)