blob: 4aab86a8ad1a30c6cc3602aef9616490f7736492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
toolkit for writing OpenGL programs. For more information about the C library
on which this binding is based, please see:
<http://www.opengl.org/resources/libraries/glut/>.
</longdescription>
<use>
<flag name="usenativewindowslibraries">When compiling under
Windows, use the native libraries instead of e.g. the ones
coming with Cygwin.</flag>
</use>
</pkgmetadata>
|