https://bugs.freedesktop.org/show_bug.cgi?id=66357

          Priority: medium
            Bug ID: 66357
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: pipe_loader_sw fails to build without libx11 headers
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: martin.ja...@gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Other
           Product: Mesa

* HAVE_WINSYS_XLIB was removed in
  commit b3f1f665b0fef178ae193e6b111f14c9a5ad3b25
  Author: Matt Turner <matts...@gmail.com>
  Date:   Sun Jan 20 15:32:08 2013 -0800
  build: Get rid of GALLIUM_WINSYS_DIRS

* HAVE_PIPE_LOADER_XLIB is set correctly:
  if test "x$NEED_WINSYS_XLIB" = xyes; then
      GALLIUM_PIPE_LOADER_DEFINES="$GALLIUM_PIPE_LOADER_DEFINES
-DHAVE_PIPE_LOADER_XLIB"
      GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS
\$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la"
  fi

* fixes build of pipe_loader_sw without libx11 headers available


I'll attach fix for this shortly after few more tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to