Difference between revisions of "Xcb-utils"
From CBLFS
Jump to navigationJump to searchLine 72: | Line 72: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directory: | ! Installed Directory: | ||
− | | | + | | {$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 |
---|
Contents
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 |