mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
9 lines
342 B
Text
9 lines
342 B
Text
|
# The libraries libxcb-{atom,aux,event} have been merged into the
|
||
|
# libxcb-util library. To maintain compatibility with existing
|
||
|
# binaries, add some runtime-only compat symlinks:
|
||
|
( cd $PKG/usr/lib
|
||
|
ln -sf libxcb-util.so.?.?.? libxcb-atom.so.1
|
||
|
ln -sf libxcb-util.so.?.?.? libxcb-aux.so.0
|
||
|
ln -sf libxcb-util.so.?.?.? libxcb-event.so.1
|
||
|
)
|