blob: 1a5095f13cca7d8a9cd24225cad7b099cad4bfda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "libxpm",
"version": "3.5.17",
"description": "XPM format pixmap library",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxpm",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
"libx11",
"xorg-macros",
"xproto"
],
"features": {
"gettext": {
"description": "use xgettext to build source",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gettext-libintl"
]
}
}
}
|