summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-11-24 17:17:48 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-11-29 15:11:03 +0200
commit643dc097156fa9a0ab9286c7c159459cfbe3079e (patch)
tree39300c8a838722aff8ef543d736c83b0b905e0d3 /meson.build
parent430946d0b8814dd755c29adb0b38b55c4703d072 (diff)
Revert "lib/igt_aux: Make procps optional"
This reverts commit d7d3f4e87b827152f00bdf89a67871736672b492 and gets rid of the config option from the meson.build. It was needed only for the Android support. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 2361866b..8e01b05d 100644
--- a/meson.build
+++ b/meson.build
@@ -37,10 +37,7 @@ libdrm_amdgpu = dependency('libdrm_amdgpu', required : false)
pciaccess = dependency('pciaccess', version : '>=0.10')
libkmod = dependency('libkmod')
-libprocps = dependency('libprocps', required : false)
-if libprocps.found()
- config.set('HAVE_PROCPS', 1)
-endif
+libprocps = dependency('libprocps', required : true)
valgrind = dependency('valgrind', required : false)
if valgrind.found()