sna and uxa: build *_present.c files

Partially revert #56, because driver refers to *_present_open
symbols and they needed for functionality.

Signed-off-by: Tautvis <gtautvis@gmail.com>
This commit is contained in:
Tautvis
2026-01-28 10:17:28 +02:00
committed by Enrico Weigelt
parent 1f236e69b8
commit 4bbc49597c
2 changed files with 5 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ if with_dri3
sna_deps += dri3 sna_deps += dri3
endif endif
sna_sources += 'sna_present.c'
sna_deps += present
if with_xvmc if with_xvmc
sna_sources += 'sna_video_hwmc.c' sna_sources += 'sna_video_hwmc.c'
endif endif

View File

@@ -44,6 +44,8 @@ if with_dri3
] ]
endif endif
uxa_sources += 'intel_present.c'
if with_xvmc if with_xvmc
uxa_sources += 'intel_hwmc.c' uxa_sources += 'intel_hwmc.c'
endif endif