linux-dmabuf: add v1 suffix

This prevents some future conflicts with the stable version.

Fixes #1133
This commit is contained in:
emersion 2018-07-19 21:50:00 +01:00
parent fdff5fd1b6
commit 5dbf0fe7f2
8 changed files with 56 additions and 56 deletions

View file

@ -31,7 +31,7 @@ lib_wlr_types = static_library(
'wlr_input_inhibitor.c',
'wlr_keyboard.c',
'wlr_layer_shell.c',
'wlr_linux_dmabuf.c',
'wlr_linux_dmabuf_v1.c',
'wlr_list.c',
'wlr_matrix.c',
'wlr_output_damage.c',