X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;fp=meson.build;h=2079fb1d8595de06ed1dfc2b1e24adba65e2960e;hb=0ed8064b0de235fa21fb961f0a8789e11ad7f1a4;hp=388f78545670f93a9cc7ca37d1179af9cabefbc6;hpb=e0a1dcc5480872fcb1ddafcd8664ef1b92f9446b;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 388f785..2079fb1 100644 --- a/meson.build +++ b/meson.build @@ -64,25 +64,6 @@ foreach depname : depnames endforeach -# the transmitter plug-in requires waltham but we don't have a cflags or libs -# for it so we add waltham depends here. Further more, the output is being -# handled by remoting plug-in -depnames_waltham = [ - 'waltham', 'waltham-transmitter', -] - -deps_waltham = [] -foreach depname : depnames_waltham - dep = dependency(depname, required: false) - if dep.found() - deps_waltham += dep - else - message('Waltham requires @0@ which was not found. '.format(depname)) - endif -endforeach - -deps_waltham += deps_remoting - agl_shell_xml = files('protocol/agl-shell.xml') agl_shell_desktop_xml = files('protocol/agl-shell-desktop.xml') agl_screenshooter = files('protocol/agl-screenshooter.xml') @@ -225,13 +206,6 @@ if deps_remoting.length() == depnames.length() message('Found remoting depends, enabling remoting') endif -if deps_waltham.length() == depnames_waltham.length() + depnames.length() and not get_option('waltham') - message('Found waltham depends, but waltham is deprecated') -elif deps_waltham.length() == depnames_waltham.length() + depnames.length() and get_option('waltham') - config_h.set('HAVE_WALTHAM', 1) - message('Found waltham depends, enabling waltham') -endif - if dep_libsmack.found() config_h.set('HAVE_SMACK', 1) deps_libweston += dep_libsmack