blob: aef5533626c22f85f3b60d71e9b398c77ce03745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 ];
}
|