diff options
Diffstat (limited to 'internal/rosa/libepoxy.go')
| -rw-r--r-- | internal/rosa/libepoxy.go | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/internal/rosa/libepoxy.go b/internal/rosa/libepoxy.go deleted file mode 100644 index 1704e5a4..00000000 --- a/internal/rosa/libepoxy.go +++ /dev/null @@ -1,31 +0,0 @@ -package rosa - -import "hakurei.app/internal/pkg" - -func (t Toolchain) newLibepoxy() (pkg.Artifact, string) { - const ( - version = "1.5.10" - checksum = "OHI8wshrlGw6BMGrmSyejJtwzM2gPhyFJrTsKxULyKMmYrfgcOe7Iw2ibVoUND_Q" - ) - return t.NewPackage("libepoxy", version, newFromGitHub( - "anholt/libepoxy", - version, - checksum, - ), nil, &MesonHelper{ - Setup: []KV{ - {"Dglx", "no"}, - {"Degl", "no"}, - }, - }, - LibX11, - ), version -} -func init() { - native.mustRegister(Toolchain.newLibepoxy, &Metadata{ - Name: "libepoxy", - Description: "a library for handling OpenGL function pointer management", - Website: "https://github.com/anholt/libepoxy", - - ID: 6090, - }) -} |
