meson: glx: drop with_glx == dri check
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 4 Mar 2020 17:46:54 +0000 (17:46 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 1 Apr 2020 15:21:28 +0000 (16:21 +0100)
commit06f758b0931794f5b8edb23587633f172e1b685d
tree8c1beca1ffc70079e51f41ee3a245fbc115b5662
parent70ac7f5b0c46370075a35067c9f7dfe78e84b16d
meson: glx: drop with_glx == dri check

We can get into src/glx only with with_glx == dri. Thus there's no point
in the secondary, nested, check - it's always true.

Cc: Dylan Baker <dylan@pnwbakers>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4084>
src/glx/meson.build