forked from rosa/hakurei
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
22 lines
437 B
Go
22 lines
437 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 = {
|
|
"Dglx": "no";
|
|
"Degl": "no";
|
|
};
|
|
};
|
|
|
|
inputs = [ libX11 ];
|
|
}
|