Skip to content
Snippets Groups Projects
  1. Nov 04, 2021
  2. Sep 20, 2021
  3. Sep 06, 2021
    • Thomas Huth's avatar
      configure / meson: Move the GBM handling to meson.build · 8bc5184d
      Thomas Huth authored
      
      The GBM library detection does not need to be in the configure script,
      since it does not have any user-facing options (there are no
      --enable-gbm or --disable-gbm switches). Let's move it to meson.build
      instead, so we don't have to clutter config-host.mak with the related
      switches.
      
      Additionally, only check for GBM if it is really required, i.e. if we
      either compile with OpenGL or with virglrenderer support.
      
      Message-Id: <20210714085045.797168-1-thuth@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      8bc5184d
  4. Sep 02, 2021
  5. Jul 23, 2021
  6. Jul 14, 2021
  7. Jul 09, 2021
    • Paolo Bonzini's avatar
      meson: fix missing preprocessor symbols · 63a7f853
      Paolo Bonzini authored
      
      While most libraries do not need a CONFIG_* symbol because the
      "when:" clauses are enough, some do.  Add them back or stop
      using them if possible.
      
      In the case of libpmem, the statement to add the CONFIG_* symbol
      was still in configure, but could not be triggered because it
      checked for "no" instead of "disabled" (and it would be wrong anyway
      since the test for the library has not been done yet).
      
      Reported-by: default avatarLi Zhijian <lizhijian@cn.fujitsu.com>
      Fixes: 587d59d6 ("configure, meson: convert virgl detection to meson", 2021-07-06)
      Fixes: 83ef1682 ("configure, meson: convert libdaxctl detection to meson", 2021-07-06)
      Fixes: e36e8c70 ("configure, meson: convert libpmem detection to meson", 2021-07-06)
      Fixes: 53c22b68 ("configure, meson: convert liburing detection to meson", 2021-07-06)
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      63a7f853
  8. Jun 15, 2021
  9. May 27, 2021
Loading