nixpkgs/pkgs/development/haskell-modules/patches/GLUT.patch
2016-08-06 17:21:12 +02:00

13 lines
297 B
Diff

diff --git a/GLUT.cabal b/GLUT.cabal
index f370d6c..a404e1e 100644
--- a/GLUT.cabal
+++ b/GLUT.cabal
@@ -103,6 +103,7 @@ library
else
cpp-options: "-DCALLCONV=ccall"
cc-options: "-DUSE_DLSYM"
+ pkgconfig-depends: freeglut
executable BOGLGP01-OnYourOwn1
if !flag(BuildExamples)