Update GLX dependencies now that DRI & DRI2 are builtins, not modules
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
2704bdb24a
commit
8afe20d4e3
|
@ -32,7 +32,7 @@ libglx_la_LIBADD = $(top_builddir)/glx/libglx.la $(GLX_SYS_LIBS)
|
|||
if AIGLX_DRI_LOADER
|
||||
libglx_la_LIBADD += $(top_builddir)/glx/libglxdri.la
|
||||
if NO_UNDEFINED
|
||||
libglx_la_LIBADD += ../dri/libdri.la ../dri2/libdri2.la
|
||||
libglx_la_LIBADD += $(LIBDRM_LIBS) $(PIXMAN_LIBS)
|
||||
endif
|
||||
endif
|
||||
libglx_la_SOURCES = glxmodule.c
|
||||
|
|
Loading…
Reference in New Issue