Skip to content

WIP: Add support for building the gtksink plugin

Nirbheek Chauhan requested to merge nirbheek/cerbero:gtksink into master

Enabled by default on macOS and Windows, disabled by default on Linux since it will balloon the number of system dependencies needed, and because we can't really auto-detect whether people want Wayland or X11 or what. Users can install gtk3-devel and enable the 'gtk3' variant to build it.

Needed three new recipes: atk, libepoxy, gtk3.

WIP till I finish testing this on Windows and macOS.

So far I've tested this on:

  • Linux (Fedora)
  • Cross Windows
  • Native Windows
  • macOS
Edited by Nirbheek Chauhan

Merge request reports