meson: build clover
authorDylan Baker <dylan@pnwbakers.com>
Fri, 8 Dec 2017 23:26:00 +0000 (15:26 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 9 Jan 2018 00:39:42 +0000 (16:39 -0800)
commit42ea0631f108d82554339530d6c88aa1b448af1e
tree305e2e7dd00136b80dbaba42e0e1dd104349bd8f
parent425fcbde3f816e2a2efb8d1aed2442d40898d447
meson: build clover

This has only been compile tested.

v2: - Have a single option for opencl (Eric E)
    - fix typo "tgis" -> "tgsi" (Curro)
    - Don't add "lib" to pipe loader libraries, which matches the
      autotools behavior
v3: - Remove trailing whitespace
    - Make PIPE_SEARCH_DIR an absolute path
v4: - add trailing / to LIBCLC defines

Acked-by: Curro Jerez <currojerez@riseup.net>
Tested-by: Jan Vesely <jan.vesely@rutgers.edu>
cc: Aaron Watry <awatry@gmail.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
include/meson.build
meson.build
meson_options.txt
src/gallium/auxiliary/pipe-loader/meson.build
src/gallium/meson.build
src/gallium/state_trackers/clover/meson.build [new file with mode: 0644]
src/gallium/targets/opencl/meson.build [new file with mode: 0644]
src/gallium/targets/pipe-loader/meson.build [new file with mode: 0644]