Skip to content
  • Arun Raghavan's avatar
    build-sys: meson: Fix some defines for default.pa generation · 34a8c3aa
    Arun Raghavan authored
    Removes a warning from HAVE_GCONF not being set, and fixes generation of
    a large section that depends on OS_IS_WIN32 being explicitly set to 0.
    
    We can't set OS_IS_WIN32 to 0 by default since a bunch of code uses it
    via an ifdef rather than by value.
    34a8c3aa