Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 886472
Collapse All | Expand All

(-)a/meson.build (-1 / +1 lines)
Lines 363-369 if x11_dep.found() and xext_dep.found() Link Here
363
363
364
  # Can skip the run check by providing the result in a cross file or
364
  # Can skip the run check by providing the result in a cross file or
365
  # native file as bool property value.
365
  # native file as bool property value.
366
  prop = meson.get_external_property('ipc_rmid_deferred_release', 'auto')
366
  prop = meson.get_external_property('ipc_rmid_deferred_release', 'false')
367
  # We don't know the type of prop (bool, string) but need to differentiate
367
  # We don't know the type of prop (bool, string) but need to differentiate
368
  # between a set value (bool) or the fallback value (string), so convert to
368
  # between a set value (bool) or the fallback value (string), so convert to
369
  # a string and chec the string value.
369
  # a string and chec the string value.

Return to bug 886472