[Mesa-dev] [Bug 64392] New: Missing WAYLAND_CFLAGS in Gallium GBM state-tracker

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 9 06:15:02 PDT 2013


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

          Priority: medium
            Bug ID: 64392
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Missing WAYLAND_CFLAGS in Gallium GBM state-tracker
          Severity: trivial
    Classification: Unclassified
                OS: All
          Reporter: bartosz.szczepanski at tieto.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: Other
           Product: Mesa

Created attachment 79053
  --> https://bugs.freedesktop.org/attachment.cgi?id=79053&action=edit
WAYLAND_CFLAGS are missed in Makefile.am

Compiling Mesa fails with '--enable-gallium-gbm' flag because it can't locate
wayland-server.h

    make[3]: Leaving directory
`/home/bartex/wayland/mesa-git/src/gallium/state_trackers/dri'
    Making all in gbm
    make[3]: Entering directory
`/home/bartex/wayland/mesa-git/src/gallium/state_trackers/gbm'
      CC     gbm_drm.lo
    In file included from gbm_drm.c:40:0:
    ../../../egl/wayland/wayland-drm/wayland-drm.h:4:28: fatal error:
wayland-server.h: No such file or directory
    compilation terminated.
    make[3]: *** [gbm_drm.lo] Error 1
    make[3]: Leaving directory
`/home/bartex/wayland/mesa-git/src/gallium/state_trackers/gbm'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory
`/home/bartex/wayland/mesa-git/src/gallium/state_trackers'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/bartex/wayland/mesa-git/src'
    make: *** [all-recursive] Error 1


Attached patch for fixing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130509/9c84f244/attachment-0001.html>


More information about the mesa-dev mailing list