haskellPackages.GLUT: Fix freeglut.pc -> glut.pc.
This was broken by PR #70235 with commit
f5ae5cac
- freeglut: 3.0.0 -> 3.2.1
The in the newer freeglut version, the pkg-config file is called
`glut.pc`, no longer `freeglut.pc`.
Found in:
https://github.com/NixOS/nixpkgs/pull/70235#issuecomment-567536852
This commit is contained in:
parent
d942688fc1
commit
4bf23ce6f9
@ -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
Block a user