Skip to content
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

scrcpy: Move libusb dependency from build to lib #14838

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions multimedia/scrcpy/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup meson 1.0
PortGroup compiler_blacklist_versions 1.0

github.setup Genymobile scrcpy 1.24 v
revision 0
revision 1

categories multimedia
platforms darwin
Expand All @@ -33,11 +33,11 @@ checksums ${distname}${extract.suffix} \
size 41159

depends_build-append \
port:libusb \
port:pkgconfig

depends_lib-append path:lib/libavcodec.dylib:ffmpeg \
port:libsdl2
port:libsdl2 \
port:libusb

depends_run-append port:android-platform-tools

Expand Down