Edit

IABSD.fr/xenocara/xserver/hw/meson.build

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2023-01-22 09:21:08
    Hash : 8c4424dd
    Message : Add back the meson build system to xserver. Not having those file only create noise when merging upstream releases.

  • xserver/hw/meson.build
  • if get_option('xephyr')
        subdir('kdrive')
    endif
    
    if get_option('xvfb')
        subdir('vfb')
    endif
    
    if build_xnest
        subdir('xnest')
    endif
    
    if build_xorg
        subdir('xfree86')
    endif
    
    if build_xquartz
        subdir('xquartz')
    endif
    
    if build_xwin
        subdir('xwin')
    endif