Libxcb: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:
Compile the package:
Compile the package:


  ./configure --prefix=$XORG_PREFIX --disable-dependency-tracking &&
  ./configure $XORG_CONFIG &&
  make
  make


Line 33: Line 33:
Compile the package:
Compile the package:


  To do...
  ./configure $XORG_CONFIG32 &&
make


Install the package
Install the package
Line 43: Line 44:
Compile the package:
Compile the package:


  To do...
  ./configure $XORG_CONFIGN32 &&
make


Install the package
Install the package
Line 53: Line 55:
Compile the package:
Compile the package:


  To do...
  ./configure $XORG_CONFIG64 &&
make


Install the package
Install the package

Revision as of 13:01, 24 April 2007

Download Source: http://xcb.freedesktop.org/dist/libxcb-1.7.tar.bz2

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure $XORG_CONFIG &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

./configure $XORG_CONFIG32 &&
make

Install the package

make install

N32

Compile the package:

./configure $XORG_CONFIGN32 &&
make

Install the package

make install

64Bit

Compile the package:

./configure $XORG_CONFIG64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libxcb.{a,la,so}, libxcb-xlib.{a,la,so}, libxcb-composite.{a,la,so}, libxcb-damage.{a,la,so}, libxcb-dpms.{a,la,so}, libxcb-glx.{a,la,so}, libxcb-randr.{a,la,so}, libxcb-record.{a,la,so}, libxcb-render.{a,la,so}, libxcb-res.{a,la,so}, libxcb-screensaver.{a,la,so}, libxcb-shape.{a,la,so}, libxcb-shm.{a,la,so}, libxcb-sync.{a,la,so}, libxcb-xevie.{a,la,so}, libxcb-xf86dri.{a,la,so}, libxcb-xfixes.{a,la,so}, libxcb-xinerama.{a,la,so}, libxcb-xprint.{a,la,so}, libxcb-xtest.{a,la,so}, libxcb-xv.{a,la,so}, libxcb-xvmc.{a,la,so}
Installed Directory: /{XORG_PREFIX}/include/xcb, /{XORG_PREFIX}/share/doc/libxcb
Retrieved from "?title=Libxcb&oldid=9681"