summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kevin.bowling@kev009.com>2021-07-07 22:16:12 -0700
committerKevin Bowling <kevin.bowling@kev009.com>2021-07-07 22:16:12 -0700
commitdfeb6ed02a23517e1062e52acd3cd322e1a16ffc (patch)
tree1339f767eb1d3da99d67ec79d003146986435fa4
parentcbbff8857e49c5e4615e2f8e21dd18cc6317c252 (diff)
downloadglu-dfeb6ed02a23517e1062e52acd3cd322e1a16ffc.tar.gz
pkgconfig: Depend on opengl when built with libglvnd
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14150f0..ef4d473 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL. We include a
dnl fallback path for implementations that don't provide a .pc file
AS_IF([test "x$LIBGLVND" = "xyes"], [
- GLU_REQUIRES="libglvnd"
+ GLU_REQUIRES="opengl"
PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
AC_CHECK_HEADER([GL/gl.h],
[],