Pablo Barbáchano wrote: > Package: xorg-dev > Version: 1:7.3+7 > Severity: minor > > > I was compiling the wacom driver from source and to be able to compile > the Xorg driver you need the Xorg libraries. I run > > aptitude install xorg-dev > > hoping it would pull all dev packages. However I got an error at > compile time saying that it was missing pixman.h > > After installing libpixman-dev it worked*. > > I couldnt find any bug reporting this so that's why I'm reporting >
xorg-dev depends on xserver-xorg-dev which depends on libpixman-1-dev so it should already be fine. Isn't the problem just caused by wacom looking for /usr/include/pixman.h instead of /usr/include/pixman-1/pixman.h? Note that libpixman-dev is dead, we use libpixman-1-dev now. Brice

