mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user