Drop has_present from sna and uxa

Signed-off-by: artist <artist@artixlinux.org>
This commit is contained in:
artist
2026-01-27 17:28:11 +01:00
committed by callmetango
parent 52c1ab55f0
commit 497585a4e0
2 changed files with 0 additions and 9 deletions

View File

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

View File

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