-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FindCEF module & use it for Linux system builds #1556
Conversation
@Julusian I was thinking of using |
Another option would be to patch CEF itself and make it export targets that can be pulled in by the Server, whether it's manually-built or provided by the system. This might be a better version. You are already patching it anyway. And I can apply the patch to my CEF packages as well. BTW, if you are interested, I have CEF packages in my PPA here: https://launchpad.net/~ppa-verse/+archive/ubuntu/casparcg |
I don't have strong feelings on this really, just that I find the So I am fine with it being done differently when using system vs downloaded version of the library. I see you have already found my ppa, the packaging is probably not as properly done as yours, but it works well enough. I shall take a look at what you've done for inspiration |
OK yeah. CMake people seem to agree (as far as not liking the
If you care to give me access to your PPA, I can push my package there. Or, you can just grab mine here: https://github.com/dimitry-ishenko-casparcg/chromium-embedded-117 and push it yourself. NB: I am using split tarballs to build for amd64, arm64 and armhf, which you probably don't care about. |
@Julusian I've added build instructions to my repo so you can re-create the package and upload to yours. Or, if you want, I can be the maintainer for the Debian packages. I am planning to integrate my CEF patches with the Server, which should help simplify the build system a bit. I will also try to do some work on the build system as discussed in #1489. So, expect some PRs from me shortly. 😅 |
Closing this in favor of #1557 |
No description provided.