Skip to content
Snippets Groups Projects
Verified Commit 5680e6e2 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Move to 'meson setup'

parent 4b67a8ae
No related branches found
No related tags found
No related merge requests found
Pipeline #4261 passed
......@@ -18,7 +18,7 @@ flatpak:
- flatpak install -y flathub org.gnome.Platform 45
- flatpak install -y flathub org.gnome.Sdk 45
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app meson setup --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
......
......@@ -8,7 +8,7 @@ moduledir = pkgdatadir / 'countdown'
python = import('python')
conf = configuration_data()
conf.set('PYTHON', python.find_installation().path())
conf.set('PYTHON', python.find_installation().full_path())
conf.set('pkgdatadir', pkgdatadir)
profile = get_option('profile')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment