All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m49s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m58s
Test / Sandbox (race detector) (push) Successful in 5m30s
Test / Hakurei (race detector) (push) Successful in 6m34s
Test / Flake checks (push) Successful in 1m23s
This also adds more string helpers. Signed-off-by: Ophestra <cat@gensokyo.uk>
22 lines
437 B
Plaintext
22 lines
437 B
Plaintext
package libepoxy {
|
|
description = "a library for handling OpenGL function pointer management";
|
|
website = "https://github.com/anholt/libepoxy";
|
|
anitya = 6090;
|
|
|
|
version* = "1.5.10";
|
|
source = remoteGitHub {
|
|
suffix = "anholt/libepoxy";
|
|
tag = version;
|
|
checksum = "OHI8wshrlGw6BMGrmSyejJtwzM2gPhyFJrTsKxULyKMmYrfgcOe7Iw2ibVoUND_Q";
|
|
};
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"Dglx": "no";
|
|
"Degl": "no";
|
|
};
|
|
};
|
|
|
|
inputs = [ libX11 ];
|
|
}
|