mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
meson/gbm: fix meson devenv for GBM backends
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31223>
This commit is contained in:
parent
41e83b243c
commit
395cd8643f
1 changed files with 2 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue