elima / GFreenect

GFreenect is a wrapper for the Freenect library written using Glib in order to control a Kinect device and make it easy to use with GNOME technologies.
http://www.joaquimrocha.com/2012/01/20/announcing-gfreenect/
GNU Lesser General Public License v3.0
36 stars 11 forks source link

make install doesn't honour --prefix for gir file #8

Open guijemont opened 11 years ago

guijemont commented 11 years ago

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.