diff options
author | Matt Turner <[email protected]> | 2013-04-22 12:07:13 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-30 14:03:32 -0700 |
commit | ea6caf4cdf524f83d22b5bd062773301c22e793e (patch) | |
tree | 42e56066954f2003f80c31cb796fe4a0a53d4dbc /src/gallium/targets/gbm | |
parent | 242809942fd54b23a61fffdd0b1ba443f11c2bf6 (diff) |
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Tested-by: Tom Stellard <[email protected]>
Tested-by: Aaron Watry <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/targets/gbm')
-rw-r--r-- | src/gallium/targets/gbm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/gbm/Makefile.am b/src/gallium/targets/gbm/Makefile.am index 278e4fa12b5..ee66f9de4da 100644 --- a/src/gallium/targets/gbm/Makefile.am +++ b/src/gallium/targets/gbm/Makefile.am @@ -43,6 +43,7 @@ gbm_gallium_drm_la_SOURCES = gbm.c gbm_gallium_drm_la_LIBADD = \ $(GALLIUM_PIPE_LOADER_LIBS) \ + $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \ $(top_builddir)/src/gallium/state_trackers/gbm/libgbm.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(LIBUDEV_LIBS) \ |