forked from pool/slade
Drop unused dependency on glew. #1
Reference in New Issue
Block a user
Delete Branch "badshah400/slade:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Glew has been dropped in favour of GLAD since version 3.2.0 (see
upstream commit https://github.com/sirjuddington/SLADE/commit/4d0433b).
You did not add a
BuildRequires: glad, and 'lo and behold, I see SLADE has a bundled copy of GLAD. Could we forego that and use the system copy that you have in home:badshah400:Staging/glad?[Doesn't impact this PR, just saying]
Glad is a generator that generates the code you will need for a given GL specification. You are expected to bundle the code with your app/library. See https://gen.glad.sh/.
I am packaging the code generator command line tool as a separate package (which is the glad package in my ~:Staging project), but as far as I can tell, there isn't a '-DUSE_SYSTEM_GLAD' provision ever when using GLAD.