blob: 2402194e8360efbbc95626dc8f67238a4d34f841 (
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
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>waebbl-gentoo@posteo.net</email>
<name>Bernd Waibel</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="freeimage">
Enable support for image i/o via media-libs/freeimage
</flag>
<flag name="gles2">
Use OpenGL ES 2.0
</flag>
<flag name="inspector">
Build the OCCT inspector tool for low-level data inspection
</flag>
<flag name="optimize">
Don't clear allocated memory. Use optimized memory manager unless
tbb USE flag is set.
</flag>
<flag name="tbb">
Enable multithreading with the Intel Threads Building Block dev-cpp/tbb
</flag>
<flag name="vtk">
Enable Visualization Toolkit
</flag>
</use>
</pkgmetadata>
|