We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e6e8d + 12277dd commit 6ebcecfCopy full SHA for 6ebcecf
OpenGLRaw.cabal
@@ -709,6 +709,12 @@ library
709
CPP
710
PatternSynonyms
711
ScopedTypeVariables
712
+ if os(openbsd)
713
+ -- OpenBSD keeps OpenGL libs under /usr/X11R6. Without the following line,
714
+ -- we get an error like this:
715
+ -- cabal: Missing dependency on a foreign library:
716
+ -- * Missing (or bad) C library: GL
717
+ pkgconfig-depends: gl
718
if os(windows) && flag(UseNativeWindowsLibraries)
719
if arch(i386)
720
cpp-options: "-DCALLCONV=stdcall"
0 commit comments