switch libxext on ubuntu to resolve to libxext-dev not libXext-dev (i.e., use lowercase x) so that rosdep won't think that it isn't installed. from checking the ubuntu packages site, it appears that the lower-case x is the official debian package name

This commit is contained in:
Morgan Quigley 2009-12-11 06:06:49 +00:00
parent 1b70f8d27d
commit e49fa4a159
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ log4cxx:
if ! pacman -Q log4cxx; then yaourt -S log4cxx; fi
macports: log4cxx
libxext:
ubuntu: libXext-dev
ubuntu: libxext-dev
debian: libxext-dev
fedora: libXext-devel
rhel: libXext-devel