about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/haskell-modules/patches/GLUT.patch
blob: 3025812213bc4b811e8c252ecba63c0ca28577a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)