1if x11_dep.found() 2 # XShm is only used by ximage and xvimage 3 # FIXME: Need to check for XShmAttach inside libXext 4 xshm_dep = dependency('xext', required : get_option('xshm')) 5 core_conf.set('HAVE_XSHM', xshm_dep.found()) 6 7 subdir('ximage') 8 subdir('xvimage') 9endif 10