Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
714 stars 287 forks source link

Can't disable raspberry pi support when building from source on a non raspberry pi device. #625

Open Abdalnablse10 opened 1 year ago

Abdalnablse10 commented 1 year ago

I used -DHAVE_AOCEC_API=1 to enable aocec support.

I wanted to disable raspberry pi support because i don't even have a raspberry pi and it caused problems when building on a non raspberry pi system "fatal error: interface/vmcs_host/vc_cecservice.h: No such file or directory"

I tried using -DHAVE_RPI_API=0 to disable it but it still got configured with raspberry pi support. "Raspberry Pi support: yes".

How do i properly disable raspberry pi support?