SHA256
1
0
forked from pool/slade

Drop unused dependency on glew. #1

Merged
jengelh merged 1 commits from badshah400/slade:master into master 2025-04-15 19:33:14 +02:00
Contributor

Glew has been dropped in favour of GLAD since version 3.2.0 (see
upstream commit https://github.com/sirjuddington/SLADE/commit/4d0433b).

Glew has been dropped in favour of GLAD since version 3.2.0 (see upstream commit https://github.com/sirjuddington/SLADE/commit/4d0433b).
badshah400 added 1 commit 2025-04-15 17:57:36 +02:00
Glew has been dropped in favour of GLAD since version 3.2.0 (see
upstream commit https://github.com/sirjuddington/SLADE/commit/4d0433b).
Owner

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]

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]
jengelh merged commit c228cf695c into master 2025-04-15 19:33:14 +02:00
Author
Contributor

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.

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.
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jengelh/slade#1