ports/graphics/libGLU/files/patch-meson.build
Kevin Bowling fac2bc5195 graphics/libGLU: Switch to meson build
Fixes an issue I caused with pkgconfig
225e00a14a

PR:		256997
2021-07-14 23:53:16 -07:00

8 lines
196 B
Text

--- meson.build.orig 2021-07-09 05:00:19 UTC
+++ meson.build
@@ -34,4 +34,5 @@ pkgconf.generate(
libglu,
name : 'glu',
description : 'Mesa OpenGL Utility Library',
+ requires: dep_gl
)