Skip to content

Commit

Permalink
graphics/glad: Add explicit Python build dependency (D29353)
Browse files Browse the repository at this point in the history
This unbreaks the build when using devel/samurai.

It previously got it through ninja which has a run dependency on
Python.

[  0% 1/3] cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible
samu: job failed: cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 && _Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility --out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c --extensions= --spec=gl --reproducible
/bin/sh: _Python_EXECUTABLE-NOTFOUND: not found
samu: subcommand failed

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/glad-0.1.34.log

PR:		254678
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Apr 7, 2021
1 parent 7789f5d commit 1930871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/glad/Makefile
Expand Up @@ -10,7 +10,7 @@ COMMENT= Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake
USES= cmake python:build
USE_GITHUB= yes
GH_ACCOUNT= Dav1dde
USE_LDCONFIG= yes
Expand Down

0 comments on commit 1930871

Please sign in to comment.