ChrisAJS / lgx2userspace

This is a Linux userspace driver for the AverMedia LGX2 (GC551) and AverMedia LGX (GC550)
MIT License
26 stars 5 forks source link

Can we bypass conan? #31

Closed ZachBacon closed 1 year ago

ZachBacon commented 1 year ago

So my problem is the requirement of enforcing conan as a build requirement. May I ask why it's as requirement on Linux? I can understand for other platforms, but what does conan as a build requirement is supposed to bring to the table for the linux build? Especially if dependencies are met.

I guess what I'm trying to ask, is there a method to bypass the need for conan after the dependencies have been met?

ChrisAJS commented 1 year ago

Yeah, I'm really leaning towards rolling back conan integration for all platforms, it's been a bit of a nightmare and the speed of SDL has been gargbage compared to what you get with distributions.

Try checking out the noconan branch in the meantime, but I will make main remove the use of conan soon.

ZachBacon commented 1 year ago

Yeah I just found the noconan branch myself. Thanks!