Vendors libjpeg-turbo 3.1.0 as a static library for openpilot, following the same pattern as zstd/ncurses/zeromq. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
339 B
TOML
16 lines
339 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "libjpeg"
|
|
version = "3.1.0"
|
|
description = "libjpeg-turbo JPEG library (static build)"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["libjpeg*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
libjpeg = ["install/**/*"]
|