forked from rosa/hakurei
4cf235675a
All flags in practice use this convention. An escape hatch is available by leaving the value empty. Signed-off-by: Ophestra <cat@gensokyo.uk>
25 lines
453 B
Go
25 lines
453 B
Go
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 = {
|
|
"glx": "yes";
|
|
"egl": "yes";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
libglvnd,
|
|
libX11,
|
|
];
|
|
}
|