Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

th/build_meson_on_travis #54

Merged
merged 9 commits into from Jan 10, 2018
Merged

th/build_meson_on_travis #54

merged 9 commits into from Jan 10, 2018

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    ca94182 View commit details
    Browse the repository at this point in the history
  2. build/meson: fix build with -D session_tracking=no -D systemdsystemun…

    …itdir=no
    
    The variable enable_consolekit is used below, outside the if.
    We always must set it.
    thom311 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2ad6976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32e989b View commit details
    Browse the repository at this point in the history
  4. build/meson: fix build without introspection

    nm_settings_docs is only defined with enable_introspection.
    thom311 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    796df70 View commit details
    Browse the repository at this point in the history
  5. build/meson: disable unit tests that are known to fail

    I think it's because meson doesn't run the tests in their
    own D-Bus session, hence the use the system service.
    
    automake solves this running all tests via ./tools/run-nm-test.sh,
    which knows how to prepare a suitable environment for the tests.
    thom311 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3d7aa84 View commit details
    Browse the repository at this point in the history
  6. build/meson: fix build without have_version_script

    We always need to declare the linker_script_* variables, because they
    are used (unconditionally) as a dependency, even without have_version_script.
    thom311 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    ec016f6 View commit details
    Browse the repository at this point in the history
  7. build/meson: unconditionally use linker version scripts

    We also unconditionally use them with autotools.
    Also, the detection for have_version_script does
    not seem correct to me. At least, it didn't work
    with clang.
    thom311 committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    349861c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5829970 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bf77ea View commit details
    Browse the repository at this point in the history