temp/mutter-mobile: add lcms2-dev to makedepends (MR 4580)
Fix for: meson.build:130:12: ERROR: Dependency "lcms2" not found, tried pkgconfig Related: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/53961 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
eb794e62a8
commit
5783346ecb
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=mutter-mobile
|
||||
pkgver=45_git20230908
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="clutter-based window manager and compositor"
|
||||
url="https://wiki.gnome.org/Projects/Mutter/"
|
||||
# ricsv64: doesn't build currently:
|
||||
|
@ -31,6 +31,7 @@ makedepends="
|
|||
graphene-dev
|
||||
gtk+3.0-dev
|
||||
json-glib-dev
|
||||
lcms2-dev
|
||||
libcanberra-dev
|
||||
libdrm-dev
|
||||
libgudev-dev
|
||||
|
|
Loading…
Reference in a new issue