#1785 closed enhancement (fixed)
openbsd specific changes to compile easier
Reported by: | Mikolaj | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 2.3 |
Component: | platforms | Version: | 2.2.x |
Keywords: | openbsd | Cc: |
Description
To compile Xpra on OpenBSD I needed to:
- disable v4l2
- disable -lrt linking (that library is not present on OpenBSD)
- tune man path, as to comply with OpenBSD's ports hier(7)
See attached patch for details. It was tested with 2.2 and earlier versions too.
Attachments (1)
Change History (4)
Changed 3 years ago by
Attachment: | xpra-setup-py.patch added |
---|
comment:1 Changed 3 years ago by
Obviously man path change is probably not good to commit as is, but I would like to bring this to your attention.
comment:2 Changed 3 years ago by
Milestone: | → 2.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for the patch, applied in r18777 with a minor change for the man path part.
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1785
Note: See
TracTickets for help on using
tickets.
xpra setup.py patch for OpenBSD