summaryrefslogtreecommitdiff
path: root/sys/meson.build
blob: 7637c1c8ed03d8f739d5a5e2c922b48e805e0ed4 (plain)
1
2
3
4
5
6
7
8
9
if x11_dep.found()
  # XShm is only used by ximage and xvimage
  # FIXME: Need to check for XShmAttach inside libXext
  xshm_dep = dependency('xext', required : get_option('xshm'))
  core_conf.set('HAVE_XSHM', xshm_dep.found())

  subdir('ximage')
  subdir('xvimage')
endif