meson.build

changeset 40617
3e8d3f5d6b01
parent 40609
42456b38da44
child 40619
e139fc54c76c
equal deleted inserted replaced
40616:064ff9f4150a 40617:3e8d3f5d6b01
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')

mercurial