Changeset View
Changeset View
Standalone View
Standalone View
src/modules/ecore_evas/meson.build
Show All 38 Lines | |||||
39 | endforeach | 39 | endforeach | ||
40 | 40 | | |||
41 | 41 | | |||
42 | if get_option('vnc-server') | 42 | if get_option('vnc-server') | ||
43 | mod_install_dir = join_paths(dir_lib, package_name, engine, version_name) | 43 | mod_install_dir = join_paths(dir_lib, package_name, engine, version_name) | ||
44 | 44 | | |||
45 | subdir(join_paths('vnc_server')) | 45 | subdir(join_paths('vnc_server')) | ||
46 | endif | 46 | endif | ||
47 | | ||||
48 | config_h.set('BUILD_ECORE_EVAS_EWS', '1') |