graphene icon indicating copy to clipboard operation
graphene copied to clipboard

build: fix python search for gobject integration

Open DjLegolas opened this issue 1 year ago • 3 comments
trafficstars

Fixes #265.

Proposed changes:

  • remove the python3 search from src/meson.build.
  • add additional build with Gobject integration.

DjLegolas avatar Apr 19 '24 11:04 DjLegolas

Would it be possible to split it into two separate commits:

  1. the change for the Python installation
  2. the GitHub workflow update

and rebase it on the main development branch? I've changed the minimum required version of Meson to 1.0.

Also, I'm not sure why the build hasn't started any check; I don't have a Windows machine, so I rely on the CI pipeline to check if it's actually working.

ebassi avatar Aug 12 '24 14:08 ebassi

From the build log: FileNotFoundError: [WinError 2] The system cannot find the file specified

ebassi avatar Aug 19 '24 16:08 ebassi