Skip to content

does not build with desktopintegration enabled #13

@teamcons

Description

@teamcons

../plugins/AppsPlugin/meson.build:10:4: ERROR: Tried to use 'add_project_arguments' after a build target has been declared. This is not permitted. Please declare all arguments before your targets.

I believe bc of:

desktopintegration = get_option('desktopintegration')

sources = [
    'Plugin.vala',
    'RelevancyService.vala'
]

if desktopintegration
    sources += 'DesktopIntegration.vala'
    add_project_arguments(['--define', 'DESKTOP_INTEGRATION'], language: 'vala')
endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions