meson.build

changeset 42983
c65fa958d972
parent 42980
6781522ea5f3
child 43089
0e1498cd22b2
equal deleted inserted replaced
42982:310d3d474f8c 42983:c65fa958d972
250 gstreamer_app = dependency('gstreamer-app-1.0') 250 gstreamer_app = dependency('gstreamer-app-1.0')
251 251
252 ####################################################################### 252 #######################################################################
253 # Check for birb glib utility library 253 # Check for birb glib utility library
254 ####################################################################### 254 #######################################################################
255 birb_dep = dependency('birb') 255 birb_dep = dependency('birb', version : '>=0.2.0')
256 256
257 ####################################################################### 257 #######################################################################
258 # Check for Xeme XMPP Library 258 # Check for Xeme XMPP Library
259 ####################################################################### 259 #######################################################################
260 xeme = dependency('xeme') 260 xeme = dependency('xeme')
375 endif 375 endif
376 376
377 ####################################################################### 377 #######################################################################
378 # Check for GPlugin 378 # Check for GPlugin
379 ####################################################################### 379 #######################################################################
380 gplugin_version = ['>=0.44.0', '<0.45.0'] 380 gplugin_version = ['>=0.44.2', '<0.45.0']
381 gplugin_dep = dependency('gplugin', 381 gplugin_dep = dependency('gplugin',
382 version : gplugin_version, 382 version : gplugin_version,
383 fallback : ['gplugin', 'gplugin_dep']) 383 fallback : ['gplugin', 'gplugin_dep'])
384 384
385 if get_option('gtkui') 385 if get_option('gtkui')
389 endif 389 endif
390 390
391 ####################################################################### 391 #######################################################################
392 # Check for Hasl 392 # Check for Hasl
393 ####################################################################### 393 #######################################################################
394 hasl = dependency('hasl', version : '>= 0.3.0') 394 hasl = dependency('hasl', version : '>= 0.3.2')
395 395
396 ####################################################################### 396 #######################################################################
397 # Documentation 397 # Documentation
398 ####################################################################### 398 #######################################################################
399 399

mercurial