mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 10:10:05 +01:00
ci: Adjust prefix instead of setting DESTDIR for meson-dist job
This ensures that the pkg-config files installed to xserver-tarball/install will have correct paths. This is needed so that xf86-driver-build-test will be able to reuse this installation of xserver. It will be passed to that job via artifacts (subsequent commits) Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1806>
This commit is contained in:
parent
8d1fa6acde
commit
f7d2e810ba
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ meson-dist:
|
|||
- .gitlab-ci/meson-build.sh -C xserver-tarball --skip-test --skip-dist --run-install
|
||||
variables:
|
||||
MESON_DIST_ARGS: --no-tests
|
||||
DESTDIR: xserver-tarball/install/
|
||||
MESON_EXTRA_ARGS: -Dprefix=$CI_PROJECT_DIR/xserver-tarball/install/
|
||||
|
||||
xf86-driver-build-test:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue