meson: build gbm
authorDylan Baker <dylan@pnwbakers.com>
Thu, 28 Sep 2017 22:53:53 +0000 (15:53 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 9 Oct 2017 20:42:44 +0000 (13:42 -0700)
commit816bf7d1644b9b14df253c5d54f595514aa34703
treeb87d9a8bc916c8e81744b1440490074a398b050a
parentdb9788420d4bc7b4a61eab38c0093af94274d00d
meson: build gbm

This doesn't include egl support, just dri support.

v2: - when gbm is set to 'auto', only build if a dri driver is also
      enabled
    - Fix conditional to check for x11 modules with vulkan as well as
      with dri drivers
v3: - Set pkgconfig libraries.private value

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
meson.build
meson_options.txt
src/gbm/meson.build [new file with mode: 0644]
src/meson.build