directfb2 / DirectFB2

Core DirectFB library
GNU Lesser General Public License v2.1
132 stars 15 forks source link

WIP: Make stereo display support optional at build time #136

Open fifteenhex opened 10 months ago

fifteenhex commented 10 months ago

Issue for something I'm working on:

3D displays are out of fashion and I don't think many DFB2 users are going to be using them. So allow the code for that to be left out at compile time.

caramelli commented 10 months ago

Yes, we can provide an option to disable support for 3D displays:

option('stereo',
       type: 'boolean',
       description: 'Stereoscopic display support')

If anyone has any setup and information regarding stereoscopic display, I'd be interested in testing it.