summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kevin.bowling@kev009.com>2021-07-08 22:05:12 -0700
committerKevin Bowling <kevin.bowling@kev009.com>2021-07-08 22:05:12 -0700
commit225e00a14a9200f11253775a7c7778c1c29c8b23 (patch)
tree6d133e01d59d733ce6e542283dfdf3ab01a71da3
parentf6b4103e237cea8c924c307ccc8f1881921d90d0 (diff)
downloadglu-225e00a14a9200f11253775a7c7778c1c29c8b23.tar.gz
pkgconfig: meson build should match autotools requires
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cffa7f8..536fbef 100644
--- a/meson.build
+++ b/meson.build
@@ -34,4 +34,5 @@ pkgconf.generate(
libglu,
name : 'glu',
description : 'Mesa OpenGL Utility Library',
+ requires: dep_gl
)