meson: Don't install libvncserver subproject
parent
31fcdc9d78
commit
339cd4b0ad
|
@ -35,7 +35,10 @@ wayland_client = dependency('wayland-client')
|
||||||
wayland_cursor = dependency('wayland-cursor')
|
wayland_cursor = dependency('wayland-cursor')
|
||||||
|
|
||||||
libvncserver_opt = cmake.subproject_options()
|
libvncserver_opt = cmake.subproject_options()
|
||||||
libvncserver_opt.add_cmake_defines({'BUILD_SHARED_LIBS': false})
|
libvncserver_opt.add_cmake_defines({
|
||||||
|
'BUILD_SHARED_LIBS': false,
|
||||||
|
'LIBVNCSERVER_INSTALL': false,
|
||||||
|
})
|
||||||
|
|
||||||
libvncserver_project = cmake.subproject('libvncserver', options: libvncserver_opt)
|
libvncserver_project = cmake.subproject('libvncserver', options: libvncserver_opt)
|
||||||
if libvncserver_project.found()
|
if libvncserver_project.found()
|
||||||
|
|
Loading…
Reference in New Issue