Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

Remove check for Intel GPU #1087

Closed chriswoope closed 2 years ago

chriswoope commented 2 years ago

Bumblebee has nothing specific for Intel GPUs, but the code contains a check that makes it fail to work unless such a GPU is present.

This patch removes the useless and damaging check.

chriswoope commented 2 years ago

Oops, wrong branch.