mirror of
https://github.com/elementary/gala.git
synced 2024-12-30 04:34:17 +03:00
build: versioned dependency of clutter-1.0 >= 1.9.16, libmutter >= 3.4
This commit is contained in:
parent
7aa2923e99
commit
f3b1d02091
@ -35,7 +35,7 @@ configure_file (${CMAKE_SOURCE_DIR}/src/Config.vala.cmake ${CMAKE_BINARY_DIR}/sr
|
||||
add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
|
||||
|
||||
find_package(PkgConfig)
|
||||
pkg_check_modules(DEPS REQUIRED libmutter granite clutter-1.0 clutter-gtk-1.0 libbamf3 xfixes gee-1.0 libplank)
|
||||
pkg_check_modules(DEPS REQUIRED libmutter>=3.4 granite clutter-1.0>=1.9.16 clutter-gtk-1.0 libbamf3 xfixes gee-1.0 libplank)
|
||||
|
||||
pkg_check_modules(MUTTER36 QUIET libmutter>=3.5.3)
|
||||
if (MUTTER36_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user