summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-11-02 16:51:40 -0700
committerDylan Baker <[email protected]>2017-11-10 13:00:01 -0800
commit13752af4edcbebabf20c031a4dc441a5bf7456f4 (patch)
tree7d07c2ea5a94d5a41832d28f03fadf915a21376d /src/glx
parentdc0ec581f22307bf80db4f90625c874ccc0f37b6 (diff)
meson: move gl pkgconfig generation out of glx
Because the same generation logic is required by xlib glx and gallium-xlib glx, it makes sense to pull it out. v2: - Ensure that libgl is defined before trying to generate a pkgconfig file with it. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/glx/meson.build b/src/glx/meson.build
index 01ebc567734..43f8fb24efd 100644
--- a/src/glx/meson.build
+++ b/src/glx/meson.build
@@ -167,17 +167,6 @@ if with_glx == 'dri'
version : gl_lib_version,
install : true,
)
-
- pkg.generate(
- name : 'gl',
- filebase : 'gl',
- description : 'Mesa OpenGL Library',
- version : meson.project_version(),
- libraries : libgl,
- libraries_private : gl_priv_libs,
- requires_private : gl_priv_reqs,
- variables : ['glx_tls=yes'],
- )
endif
if with_tests