X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=5c1cb9e847a9102fbf1899b20851d37134229465;hb=ef3d1990c498e6d9b1a24531b751688cac287d28;hp=be09918c7cb71d4d9265c8f68f87247117291a08;hpb=0e66ee13b73e3ca218fbd81ba86d3ce8e04d1e54;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index be09918..5c1cb9e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('agl-compositor', 'c', - version: '0.0.17', + version: '0.0.18', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.17' +agl_compositor_version = '0.0.18' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') @@ -107,12 +107,12 @@ endif dir_data = join_paths(prefix_path, get_option('datadir')) dir_data_agl_compositor = join_paths('agl-compositor', 'protocols') dir_data_pc = join_paths(dir_data, 'pkgconfig') -libweston_dep = dependency('libweston-7') +libweston_dep = dependency('libweston-8') deps_libweston = [ dependency('wayland-server'), libweston_dep, - dependency('libweston-desktop-7'), + dependency('libweston-desktop-8'), local_dep, ]