@ -249,7 +249,7 @@ if get_option('backend-drm')
)
)
env_modmap + = 'drm-backend.so=@0@;' . format ( plugin_drm . full_path ( ) )
env_modmap + = 'drm-backend.so=@0@;' . format ( plugin_drm . full_path ( ) )
install_headers ( 'compositor-drm.h' , subdir : dir_include_libweston )
install_headers ( backend_drm_h , subdir : dir_include_libweston_install )
endif
endif
@ -270,7 +270,7 @@ if get_option('backend-headless')
install_dir : dir_module_libweston ,
install_dir : dir_module_libweston ,
)
)
env_modmap + = 'headless-backend.so=@0@;' . format ( plugin_headless . full_path ( ) )
env_modmap + = 'headless-backend.so=@0@;' . format ( plugin_headless . full_path ( ) )
install_headers ( 'compositor-headless.h' , subdir : dir_include_libweston )
install_headers ( backend_headless_h , subdir : dir_include_libweston_install )
endif
endif
@ -308,7 +308,7 @@ if get_option('backend-rdp')
install_dir : dir_module_libweston
install_dir : dir_module_libweston
)
)
env_modmap + = 'rdp-backend.so=@0@;' . format ( plugin_rdp . full_path ( ) )
env_modmap + = 'rdp-backend.so=@0@;' . format ( plugin_rdp . full_path ( ) )
install_headers ( 'compositor-rdp.h' , subdir : dir_include_libweston )
install_headers ( backend_rdp_h , subdir : dir_include_libweston_install )
endif
endif
@ -351,7 +351,7 @@ if get_option('backend-wayland')
install_dir : dir_module_libweston
install_dir : dir_module_libweston
)
)
env_modmap + = 'wayland-backend.so=@0@;' . format ( plugin_wlwl . full_path ( ) )
env_modmap + = 'wayland-backend.so=@0@;' . format ( plugin_wlwl . full_path ( ) )
install_headers ( 'compositor-wayland.h' , subdir : dir_include_libweston )
install_headers ( backend_wayland_h , subdir : dir_include_libweston_install )
endif
endif
@ -407,7 +407,7 @@ if get_option('backend-x11')
)
)
env_modmap + = 'x11-backend.so=@0@;' . format ( plugin_x11 . full_path ( ) )
env_modmap + = 'x11-backend.so=@0@;' . format ( plugin_x11 . full_path ( ) )
install_headers ( 'compositor-x11.h' , subdir : dir_include_libweston )
install_headers ( backend_x11_h , subdir : dir_include_libweston_install )
endif
endif
@ -439,7 +439,7 @@ if get_option('backend-fbdev')
)
)
env_modmap + = 'fbdev-backend.so=@0@;' . format ( plugin_fbdev . full_path ( ) )
env_modmap + = 'fbdev-backend.so=@0@;' . format ( plugin_fbdev . full_path ( ) )
install_headers ( 'compositor-fbdev.h' , subdir : dir_include_libweston )
install_headers ( backend_fbdev_h , subdir : dir_include_libweston_install )
endif
endif