meson/gbm: fix meson devenv for GBM backends

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31223>
This commit is contained in:
K900
2024-09-18 17:41:10 +03:00
committed by Marge Bot
parent 41e83b243c
commit 395cd8643f

View File

@@ -20,3 +20,5 @@ libgbm_dri = shared_library(
install_dir: join_paths(get_option('libdir'), 'gbm'),
name_prefix : '',
)
devenv.set('GBM_BACKENDS_PATH', meson.current_build_dir())