diff options
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 94658f8138f..fe40f5b181e 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -40,13 +40,17 @@ PIPE_LIBS = if NEED_GALLIUM_VL PIPE_LIBS += \ - $(top_builddir)/src/gallium/auxiliary/libgalliumvlwinsys.la \ $(top_builddir)/src/gallium/auxiliary/libgalliumvl.la else PIPE_LIBS += \ $(top_builddir)/src/gallium/auxiliary/libgalliumvl_stub.la endif +if NEED_GALLIUM_VL_WINSYS +PIPE_LIBS+= \ + $(top_builddir)/src/gallium/auxiliary/libgalliumvlwinsys.la +endif + PIPE_LIBS += \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/util/libmesautil.la \ |