meson.build: change project name to xnest

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-08-29 15:11:12 +02:00
parent 13bee96873
commit 2a72c3f936
2 changed files with 3 additions and 3 deletions

View File

@ -222,11 +222,11 @@ meson-dist:
when: always when: always
paths: paths:
- $MESON_BUILDDIR/meson-logs/ - $MESON_BUILDDIR/meson-logs/
- $MESON_BUILDDIR/xserver-*/$MESON_BUILDDIR/meson-logs/ - $MESON_BUILDDIR/xlibre-xnest-*/$MESON_BUILDDIR/meson-logs/
script: script:
- .gitlab-ci/meson-build.sh --run-dist - .gitlab-ci/meson-build.sh --run-dist
- mkdir xserver-tarball - mkdir xserver-tarball
- tar xf $MESON_BUILDDIR/meson-dist/xserver-*.tar.xz -C xserver-tarball --strip-components=1 - tar xf $MESON_BUILDDIR/meson-dist/xlibre-xnest-*.tar.xz -C xserver-tarball --strip-components=1
- .gitlab-ci/meson-build.sh -C xserver-tarball --skip-test --skip-dist --run-install - .gitlab-ci/meson-build.sh -C xserver-tarball --skip-test --skip-dist --run-install
variables: variables:
MESON_DIST_ARGS: --no-tests MESON_DIST_ARGS: --no-tests

View File

@ -1,4 +1,4 @@
project('xserver', 'c', project('xlibre-xnest', 'c',
default_options: [ default_options: [
'buildtype=debugoptimized', 'buildtype=debugoptimized',
'c_std=gnu99', 'c_std=gnu99',