From 4bbc49597c938cd0586e7bc0d722e10504ce11ac Mon Sep 17 00:00:00 2001 From: Tautvis Date: Wed, 28 Jan 2026 10:17:28 +0200 Subject: [PATCH] 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 --- src/sna/meson.build | 3 +++ src/uxa/meson.build | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/sna/meson.build b/src/sna/meson.build index 39de6054..9054b93b 100644 --- a/src/sna/meson.build +++ b/src/sna/meson.build @@ -83,6 +83,9 @@ if with_dri3 sna_deps += dri3 endif +sna_sources += 'sna_present.c' +sna_deps += present + if with_xvmc sna_sources += 'sna_video_hwmc.c' endif diff --git a/src/uxa/meson.build b/src/uxa/meson.build index 0d450bac..22c18946 100644 --- a/src/uxa/meson.build +++ b/src/uxa/meson.build @@ -44,6 +44,8 @@ if with_dri3 ] endif +uxa_sources += 'intel_present.c' + if with_xvmc uxa_sources += 'intel_hwmc.c' endif