commit | 13752af4edcbebabf20c031a4dc441a5bf7456f4 | [log] [tgz] |
---|---|---|
author | Dylan Baker <dylan@pnwbakers.com> | Thu Nov 02 16:51:40 2017 -0700 |
committer | Dylan Baker <dylan@pnwbakers.com> | Fri Nov 10 13:00:01 2017 -0800 |
tree | 7d07c2ea5a94d5a41832d28f03fadf915a21376d | |
parent | dc0ec581f22307bf80db4f90625c874ccc0f37b6 [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 <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>