haskell/GLUT: fix "unkown GLUT entry glutInit"

This fixes #17547
This commit is contained in:
Benno Fünfstück
2016-08-06 17:21:12 +02:00
parent 51aee89740
commit 22281009b7
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,12 @@
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)