Switched from liboost1.41 to libboost1.40, as the newer one is missing in Ubuntu
This commit is contained in:
parent
3a2befb826
commit
e963366986
2 changed files with 3 additions and 3 deletions
4
README
4
README
|
@ -47,8 +47,8 @@ On Ubuntu 10.04 you can install all the required libraries via:
|
|||
|
||||
% sudo apt-get install \
|
||||
g++ \
|
||||
libboost1.41-dev \
|
||||
libboost-thread1.41-dev \
|
||||
libboost1.40-dev \
|
||||
libboost-thread1.40-dev \
|
||||
scons \
|
||||
libusb-dev \
|
||||
git-core \
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: xboxdrv
|
|||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Ingo Ruhnke <grumbel@gmx.de>
|
||||
Build-Depends: debhelper (>= 7), scons, libboost1.41-dev, libusb-dev, libx11-dev, x11proto-core-dev, scons, g++, libboost-thread1.41-dev, x11proto-core-dev, python-dbus
|
||||
Build-Depends: debhelper (>= 7), scons, libusb-dev, libx11-dev, x11proto-core-dev, scons, g++, libboost1.40-dev, libboost-thread1.40-dev, x11proto-core-dev, python-dbus
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://pingus.seul.org/~grumbel/xboxdrv/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue