[Mesa-dev] [Bug 80848] [dri3] Building mesa fails with dri3 enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 29 00:10:06 PDT 2014


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

--- Comment #14 from Juha-Pekka Heikkilä <juhapekka.heikkila at gmail.com> ---
I paste the contents here for both xcb.pc files as they're short.
Directories/files where they point are valid, I don't see anything wrong in
these.

/opt/lib/pkgconfig/xcb.pc:
prefix=/opt
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
xcbproto_version=1.10

Name: XCB
Description: X-protocol C Binding
Version: 1.10
Requires.private: pthread-stubs xau >= 0.99.2 xdmcp
Libs: -L${libdir} -lxcb
Libs.private: 
Cflags: -I${includedir}

[EOF]

/usr/local/lib/pkgconfig/xcb.pc:
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
xcbproto_version=1.9

Name: XCB
Description: X-protocol C Binding
Version: 1.9
Requires.private: pthread-stubs xau >= 0.99.2 xdmcp
Libs: -L${libdir} -lxcb
Libs.private: 
Cflags: -I${includedir}

[EOF]

Here I see changed just prefix, xcbproto_version and Version. New libxcb is at
its given location:

ls /opt/lib/libxcb.*
/opt/lib/libxcb.a  /opt/lib/libxcb.la  /opt/lib/libxcb.so  /opt/lib/libxcb.so.1
 /opt/lib/libxcb.so.1.1.0

ls /opt/include/xcb/
bigreq.h     dpms.h  glx.h      record.h  screensaver.h  sync.h    xc_misc.h 
xfixes.h    xkb.h     xselinux.h  xvmc.h
composite.h  dri2.h  present.h  render.h  shape.h        xcbext.h  xevie.h   
xinerama.h  xprint.h  xtest.h
damage.h     dri3.h  randr.h    res.h     shm.h          xcb.h     xf86dri.h 
xinput.h    xproto.h  xv.h

These were installed here with
make
sudo make install

-- 
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/20140729/929dd341/attachment.html>


More information about the mesa-dev mailing list