Xcb-utils: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
=== Required ===
=== Required ===
* [[libxcb]]
* [[libxcb]]
* [[Gperf]]


== Non-Multilib ==
== Non-Multilib ==
Line 15: Line 16:
Compile the package:
Compile the package:


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


Line 28: Line 29:
Compile the package:
Compile the package:


  To do...
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure $XORG_CONFIG32 &&
make


Install the package
Install the package
Line 38: Line 41:
Compile the package:
Compile the package:


  To do...
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure $XORG_CONFIGN32 &&
make


Install the package
Install the package
Line 48: Line 53:
Compile the package:
Compile the package:


  To do...
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure $XORG_CONFIG64 &&
make


Install the package
Install the package
Line 65: Line 72:
|-valign="top"
|-valign="top"
! Installed Directory:
! Installed Directory:
| /{$XORG_PREFIX}/include/xcb
| {$XORG_PREFIX}/include/xcb
|}
|}

Latest revision as of 08:23, 23 September 2007

Download Source: http://xcb.freedesktop.org/dist/xcb-util-0.3.6.tar.bz2

Dependencies

Required

Non-Multilib

Compile the package:

./configure $XORG_CONFIG &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure $XORG_CONFIG32 &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure $XORG_CONFIGN32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure $XORG_CONFIG64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libxcb-atom.{a,la,so}, libxcb-aux.{a,la,so}, libxcb-event.{a,la,so}, libxcb-property.{a,la,so}, libxcb-icccm.{a,la,so}, libxcb-image.{a,la,so}, libxcb-keysyms.{a,la,so}, libxcb-reply.{a,la,so}, libxcb-wm.{a,la,so}, libxcb-render-util.{a,la,so}
Installed Directory: {$XORG_PREFIX}/include/xcb