mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 06:00:06 +01:00
Fix autotools build for Glamor GLX provider
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1636>
This commit is contained in:
parent
0dfcd13668
commit
3837159a3f
2 changed files with 8 additions and 0 deletions
|
|
@ -49,6 +49,13 @@ libglamor_la_SOURCES = \
|
|||
glamor_sync.c \
|
||||
glamor.h
|
||||
|
||||
if GLX
|
||||
AM_CFLAGS += -I$(top_srcdir)/glx
|
||||
libglamor_la_SOURCES += \
|
||||
glamor_glx_provider.c \
|
||||
glamor_glx_provider.h
|
||||
endif
|
||||
|
||||
if XV
|
||||
libglamor_la_SOURCES += \
|
||||
glamor_xv.c
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ libglamoregl_la_LDFLAGS = \
|
|||
$()
|
||||
|
||||
libglamoregl_la_LIBADD = \
|
||||
$(top_builddir)/glx/libglx.la \
|
||||
$(top_builddir)/glamor/libglamor.la \
|
||||
$()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue