build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
authorMatt Turner <mattst88@gmail.com>
Mon, 22 Apr 2013 19:07:13 +0000 (12:07 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 30 Apr 2013 21:03:32 +0000 (14:03 -0700)
Tested-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
configure.ac
src/gallium/targets/gbm/Makefile.am
src/gallium/targets/opencl/Makefile.am
src/gallium/tests/trivial/Makefile.am

index 7cad3cba9cbdba5a20e25d2acddadaf05ffa1264..6567f36f0dee18e5c16a05b5e9ba39f040084abb 100644 (file)
@@ -1915,7 +1915,6 @@ if test "x$enable_gallium_loader" = xyes; then
     GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/null"
     GALLIUM_PIPE_LOADER_DEFINES="-DHAVE_PIPE_LOADER_SW"
     GALLIUM_PIPE_LOADER_LIBS="\$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la"
-    GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la"
 
     if test "x$NEED_WINSYS_XLIB" = xyes; then
         GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la"
index 278e4fa12b5a01796a23e5612ee37b0be966e12d..ee66f9de4da41f19fd73e0f4a0de1e1e046a7155 100644 (file)
@@ -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) \
index 4b77d0a03e4c81011e7dda8d9545f973e45392ee..9947aecb2d311124ed8878ef8e722d023c3eb76a 100644 (file)
@@ -7,6 +7,7 @@ libOpenCL_la_LDFLAGS = \
        -version-number 1:0
 
 libOpenCL_la_LIBADD = \
+       $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
        $(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
index 705a8786eb0425c011296e8c2140a8f5429c8f73..6f34d3b847dc4d5c596b3233d5b67e21e1e9f7ad 100644 (file)
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
        $(GALLIUM_PIPE_LOADER_DEFINES)
 
 LDADD = $(GALLIUM_PIPE_LOADER_LIBS) \
+       $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(LIBUDEV_LIBS) \
        $(DLOPEN_LIBS) \