cabana: use vendored Qt5 instead of system Qt#37400
Open
adeebshihadeh wants to merge 8 commits intomasterfrom
Open
cabana: use vendored Qt5 instead of system Qt#37400adeebshihadeh wants to merge 8 commits intomasterfrom
adeebshihadeh wants to merge 8 commits intomasterfrom
Conversation
Replace system libjpeg with vendored libjpeg-turbo 3.1.0 from the dependencies repo. This removes the implicit apt dependency on libjpeg-dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use vendored OpenSSL 3.4.1 from the dependencies repo instead of system libssl-dev. This provides libcrypto and libssl for the macOS and Linux builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Avoid case-insensitive filesystem conflict with pyOpenSSL's OpenSSL module on macOS (APFS is case-insensitive by default). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Match the renamed package (openssl -> openssl3) in the dependencies repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace system Qt detection (brew/qmake) with vendored qt5 package. Cabana now always builds — no manual Qt installation needed. - Drop DBus module (unused by cabana) - Unified shared lib linking for both platforms - Add RPATH for runtime shared lib resolution - Set vendored plugin path for platform plugins - Add libgl1-mesa-dev and libusb-1.0-0-dev to setup_dependencies.sh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan