mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-23 17:19:13 +00:00
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:
@@ -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
|
||||
|
||||
@@ -44,6 +44,8 @@ if with_dri3
|
||||
]
|
||||
endif
|
||||
|
||||
uxa_sources += 'intel_present.c'
|
||||
|
||||
if with_xvmc
|
||||
uxa_sources += 'intel_hwmc.c'
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user