mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-13 01:10:38 +01:00
cogl: Add dependency on cogl-path
The path functions in the cogl API have now been split into a separate one which builds from the same codebase. In order to compile with this change, the new library has to be added as an explicit dependency. Signed-off-by: George Matsumura <gmmatsumura01@bvsd.org>
This commit is contained in:
parent
6250e1a843
commit
09092bf884
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(glesv3, OpenGLESv3, no, [
|
|||
|
||||
dnl ===========================================================================
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(cogl, Cogl, no, [
|
||||
cogl_REQUIRES="cogl-2.0-experimental"
|
||||
cogl_REQUIRES="cogl-2.0-experimental, cogl-path-2.0-experimental"
|
||||
PKG_CHECK_MODULES(cogl, $cogl_REQUIRES,, [use_cogl="no"])
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue