RobLoach / net.lutris.Lutris

Pull requests for new applications to be added
https://flathub.org
2 stars 0 forks source link

installation not working after the commit 757d68b mesa-demos #19

Closed shuriken1812 closed 5 years ago

shuriken1812 commented 5 years ago

After the last mesa-demos commit installation gives out this error on the command flatpak-builder --user --repo=lutris --force-clean build-dir net.lutris.Lutris.yml

https://pastebin.com/h0xzrVmN

Error: module mesa-demos: Child process exited with code 1

shuriken1812 commented 5 years ago

It says glew >= 1.5.4 is needed

gasinvein commented 5 years ago

I guess you forget to pull the submodules. https://github.com/RobLoach/net.lutris.Lutris/blob/757d68b2a82884abb5e4039c05b5df3c2e3c1014/net.lutris.Lutris.yml#L224-L226 Run git submodule update --init before building.

shuriken1812 commented 5 years ago

Not working please can you update the readme ?

gasinvein commented 5 years ago

You can just install automated build provided by Flathub's buildbot https://github.com/flathub/flathub/pull/926#issuecomment-478499020