You are not logged in.
Well, i've installed ati-drivers. Now, it happens that ATI installs /usr/X11R6/lib/libGL.so.1
I once had to remove the file to be able ot install ati-drivers, and actually didn't know how many problems this will cause.
Now, when i compile any qt-package, it depends on ati-drivers, since QT seems to need this file.
My question is now: Which package originally owns this file? Why can't i ever get any information about which file is owned by which package? (pacman -o?).
I'd be glad about any help. It seems as if it's not mesa (since i havn't got mesa installed). I re-installed xorg, this also wasn't the originator of the file.
Any suggestions?
// STi
Ability is nothing without opportunity.
Offline
#pacman -Qo /usr/X11R6/lib/libGL.so.1
/usr/X11R6/lib/libGL.so.1 is owned by xorg 11R6.8.1-1
Offline
Offline
Just make it depend on x-server, that one includes the opengl. If it's a QT app: don't mind adding it, QT already has it as dependency and namcap doesn't support virtual packages further down the dependency tree.
Offline