emulsion icon indicating copy to clipboard operation
emulsion copied to clipboard

Add dependencies to deb file

Open ArturKovacs opened this issue 3 years ago • 1 comments

Currently we generate the deb file using cargo bundle which seems to have an option to specify the dependencies. The dependencies of emulsion are libGL, libX11, libXcursor, libXi, libXrandr, libXxf86vm, libxcb, libxkbcommon, wayland. But there may be others (it's been a while I last tested that Nix expression).

ArturKovacs avatar Apr 27 '21 21:04 ArturKovacs

We will probably want to do some custom changes on the Info.plist file on macOS once handling "file open events" become possible with winit, so it's worth considering to stop using cargo bundle and use a custom build script for generating the deb file as well.

ArturKovacs avatar Apr 27 '21 21:04 ArturKovacs