X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=bdec8fd7c7f4e1debd6878c5493af7a319468282;hb=ce8dd33f3762e0ec44927b70059fb2721338e8bf;hp=cab7574780dbdabaca47eee11200337e007c0aa4;hpb=6fd11a88c4d3c82e33b6086d4783ce172e1a2695;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index cab7574..bdec8fd 100644 --- a/meson.build +++ b/meson.build @@ -239,7 +239,9 @@ if deps_remoting.length() == depnames.length() message('Found remoting depends, enabling remoting') endif -if deps_waltham.length() == depnames_waltham.length() + depnames.length() +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