GFreenect
GFreenect copied to clipboard
make install doesn't honour --prefix for gir file
Way to reproduce: mkdir ~/opt ./autogen.sh --prefix=$HOME/opt make make install
Then make install attempts to install gir files in /usr/share and you get an error unless you are root.