build: Enable libdisplay-info for the default builds
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3116>
This commit is contained in:
parent
de4cf18bd0
commit
6d0d69558e
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,7 @@ variables:
|
||||||
- .skip-git-clone
|
- .skip-git-clone
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 39
|
FDO_DISTRIBUTION_VERSION: 39
|
||||||
BASE_TAG: '2023-08-31.0'
|
BASE_TAG: '2023-09-12.0'
|
||||||
MUTTER_USER: 'meta-user'
|
MUTTER_USER: 'meta-user'
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
asciidoc
|
asciidoc
|
||||||
|
@ -102,6 +102,7 @@ variables:
|
||||||
gi-docgen
|
gi-docgen
|
||||||
python3-dbusmock
|
python3-dbusmock
|
||||||
pkgconfig(libgcrypt)
|
pkgconfig(libgcrypt)
|
||||||
|
pkgconfig(libdisplay-info)
|
||||||
|
|
||||||
FDO_DISTRIBUTION_EXEC: |
|
FDO_DISTRIBUTION_EXEC: |
|
||||||
set -e
|
set -e
|
||||||
|
@ -310,6 +311,7 @@ check-code-style:
|
||||||
-Degl_device=true
|
-Degl_device=true
|
||||||
-Dwayland_eglstream=true
|
-Dwayland_eglstream=true
|
||||||
-Dcatch=true
|
-Dcatch=true
|
||||||
|
-Dlibdisplay_info=true
|
||||||
|
|
||||||
.build-mutter:
|
.build-mutter:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue