Matteo F. Vescovi (m...@debian.org) wrote:
> On May 31, 2015 4:45 AM, "Simon Budig" <si...@budig.de> wrote:
> > Package: blender
> > Version: 2.74+dfsg0-2+b1
> > Followup-For: Bug #784796
> >
> > The missing support for spacenaved is most likely related to the package
> > being built without WITH_INPUT_NDOF=ON (which unfortunately defaults to
> OFF).
> 
> I'll try to rebuild at the beginning of next week and upload a new revision
> with the feature enabled.
> 
> Thanks for reporting.

I can confirm that this did the trick for me.

Attached is the change I did to debian/rules.

Thanks!
        Simon

-- 
              si...@budig.de              http://simon.budig.de/
--- debian/rules.orig	2015-05-31 04:28:16.000000000 +0200
+++ debian/rules	2015-05-31 04:30:03.000000000 +0200
@@ -27,6 +27,7 @@
 		-DWITH_IMAGE_OPENJPEG=ON \
 		-DWITH_FFTW3=ON \
 		-DWITH_GAMEENGINE=ON \
+		-DWITH_INPUT_NDOF=ON \
 		-DWITH_JACK=ON \
 		-DWITH_PLAYER=ON \
 		-DWITH_INSTALL_PORTABLE=OFF \

Reply via email to