mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
4bf23ce6f9
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
13 lines
293 B
Diff
13 lines
293 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: glut
|
|
|
|
executable BOGLGP01-OnYourOwn1
|
|
if !flag(BuildExamples)
|