Merge pull request #76073 from nh2/haskell-GLUT-fix-freeglut-pc-name
haskellPackages.GLUT: Fix freeglut.pc -> glut.pc
This commit is contained in:
commit
7ac673d475
|
@ -6,7 +6,7 @@ index f370d6c..a404e1e 100644
|
||||||
else
|
else
|
||||||
cpp-options: "-DCALLCONV=ccall"
|
cpp-options: "-DCALLCONV=ccall"
|
||||||
cc-options: "-DUSE_DLSYM"
|
cc-options: "-DUSE_DLSYM"
|
||||||
+ pkgconfig-depends: freeglut
|
+ pkgconfig-depends: glut
|
||||||
|
|
||||||
executable BOGLGP01-OnYourOwn1
|
executable BOGLGP01-OnYourOwn1
|
||||||
if !flag(BuildExamples)
|
if !flag(BuildExamples)
|
||||||
|
|
Loading…
Reference in New Issue