alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

Allow building graphene as a Meson subproject #63

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

If a new enough version of Graphene isn't installed, Meson will now automatically clone the repo from Github and build that.

This can be disabled with the --wrap-mode=nodownload configure time option.

ssssam commented 5 years ago

the way I added the extra include argument to g-ir-scanner seems a little hacky, but i don't know if there's a better way

alexlarsson commented 5 years ago

Doesn't this lack a graphene.wrap file?

ssssam commented 5 years ago

Doesn't this lack a graphene.wrap file?

Seems that it does ! I guess I forgot to git add :/

https://github.com/alexlarsson/gthree/pull/67