Fix autotools build for Glamor GLX provider

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1636>
This commit is contained in:
Konstantin 2022-11-02 19:13:33 +03:00
parent 0dfcd13668
commit 3837159a3f
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -33,6 +33,7 @@ libglamoregl_la_LDFLAGS = \
$()
libglamoregl_la_LIBADD = \
$(top_builddir)/glx/libglx.la \
$(top_builddir)/glamor/libglamor.la \
$()