Page MenuHomeFreeBSD

x11-wm/hikari: Update to 1.0.0-alpha4
ClosedPublic

Authored by 0mp on Feb 15 2020, 6:34 PM.
Tags
None
Referenced Files
F119305323: D23700.diff
Sat, Jun 7, 11:10 AM
Unknown Object (File)
Wed, Jun 4, 5:19 PM
Unknown Object (File)
Wed, Jun 4, 2:52 PM
Unknown Object (File)
Wed, Jun 4, 12:43 PM
Unknown Object (File)
Wed, May 21, 3:11 PM
Unknown Object (File)
Tue, May 13, 7:14 AM
Unknown Object (File)
Apr 24 2025, 4:55 PM
Unknown Object (File)
Apr 15 2025, 4:35 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jbeich added inline comments.
Makefile
38

Already reviewed a similar line in D23544#517406:

  • wlroots package already depends on xwayland-devel, hikari itself doesn't launch Xwayland binary
  • RUN_DEPENDS would ignore xwayland-devel if Xwayland binary from xwayland (non-devel) package is already installed
  • hikari with X11 may fail to build if wlroots was built without X11, so if you care about such unusual scenario add ${LOCALBASE}/include/wlr/xwayland.h:x11-toolkits/wlroots to BUILD_DEPENDS
ports_xanderio.de marked an inline comment as done.
This revision is now accepted and ready to land.Feb 18 2020, 6:53 PM
0mp edited reviewers, added: ports_xanderio.de; removed: 0mp.

I'm on it!

This revision was automatically updated to reflect the committed changes.