archrelease: copy trunk to extra-x86_64
[arch-packages.git] / glu / repos / extra-x86_64 / 0003-pkgconfig-meson-build-should-match-autotools-require.patch
blobca06008bfe5873ce7910bd1842b85b1560357318
1 From 225e00a14a9200f11253775a7c7778c1c29c8b23 Mon Sep 17 00:00:00 2001
2 From: Kevin Bowling <kevin.bowling@kev009.com>
3 Date: Thu, 8 Jul 2021 22:05:12 -0700
4 Subject: [PATCH 3/3] pkgconfig: meson build should match autotools requires
6 Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
7 ---
8 meson.build | 1 +
9 1 file changed, 1 insertion(+)
11 diff --git a/meson.build b/meson.build
12 index cffa7f8..536fbef 100644
13 --- a/meson.build
14 +++ b/meson.build
15 @@ -34,4 +34,5 @@ pkgconf.generate(
16 libglu,
17 name : 'glu',
18 description : 'Mesa OpenGL Utility Library',
19 + requires: dep_gl
21 --
22 2.34.1