| 283 ####################################################################### |
283 ####################################################################### |
| 284 |
284 |
| 285 enable_introspection = dependency('gobject-introspection-1.0', version : '>= 1.30.0', |
285 enable_introspection = dependency('gobject-introspection-1.0', version : '>= 1.30.0', |
| 286 required : get_option('introspection')).found() |
286 required : get_option('introspection')).found() |
| 287 conf.set('ENABLE_INTROSPECTION', enable_introspection) |
287 conf.set('ENABLE_INTROSPECTION', enable_introspection) |
| |
288 |
| |
289 ####################################################################### |
| |
290 # Check for libnice |
| |
291 ####################################################################### |
| |
292 nice = dependency('nice', version : '>=0.1.16') |
| 288 |
293 |
| 289 ####################################################################### |
294 ####################################################################### |
| 290 # Check Pidgin dependencies |
295 # Check Pidgin dependencies |
| 291 ####################################################################### |
296 ####################################################################### |
| 292 if get_option('gtkui') |
297 if get_option('gtkui') |