mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
glamor: do not build Xv support when --disable-xv
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
(cherry picked from commit 25ce263fd8)
This commit is contained in:
parent
9fc05b85e5
commit
5af20f1563
1 changed files with 5 additions and 1 deletions
|
|
@ -46,10 +46,14 @@ libglamor_la_SOURCES = \
|
|||
glamor_compositerects.c\
|
||||
glamor_utils.c\
|
||||
glamor_utils.h\
|
||||
glamor_xv.c \
|
||||
glamor_sync.c \
|
||||
glamor.h
|
||||
|
||||
if XV
|
||||
libglamor_la_SOURCES += \
|
||||
glamor_xv.c
|
||||
endif
|
||||
|
||||
libglamor_egl_stubs_la_SOURCES = glamor_egl_stubs.c
|
||||
|
||||
sdk_HEADERS = glamor.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue