diff options
| -rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index e25968e468..b763dd5ba8 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
| @@ -8,7 +8,8 @@ DEPENDS = "glib-2.0 gdk-pixbuf" | |||
| 8 | PACKAGES =+ "${PN}-examples \ | 8 | PACKAGES =+ "${PN}-examples \ |
| 9 | libcogl libcogl-dev \ | 9 | libcogl libcogl-dev \ |
| 10 | libcogl-gles2 libcogl-gles2-dev \ | 10 | libcogl-gles2 libcogl-gles2-dev \ |
| 11 | libcogl-pango libcogl-pango-dev" | 11 | libcogl-pango libcogl-pango-dev \ |
| 12 | libcogl-path libcogl-path-dev" | ||
| 12 | AUTOTOOLS_AUXDIR = "${S}/build" | 13 | AUTOTOOLS_AUXDIR = "${S}/build" |
| 13 | 14 | ||
| 14 | # Extra DEPENDS for PACKAGECONFIG | 15 | # Extra DEPENDS for PACKAGECONFIG |
| @@ -75,6 +76,12 @@ FILES_libcogl-pango-dev = "${includedir}/cogl/cogl-pango \ | |||
| 75 | ${libdir}/libcogl-pango.la \ | 76 | ${libdir}/libcogl-pango.la \ |
| 76 | ${libdir}/pkgconfig/cogl-pango-1.0.pc" | 77 | ${libdir}/pkgconfig/cogl-pango-1.0.pc" |
| 77 | 78 | ||
| 79 | FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" | ||
| 80 | FILES_libcogl-path-dev = "${includedir}/cogl/cogl-path \ | ||
| 81 | ${libdir}/libcogl-path${SOLIBSDEV} \ | ||
| 82 | ${libdir}/libcogl-path.la \ | ||
| 83 | ${libdir}/pkgconfig/cogl-path-1.0.pc" | ||
| 84 | |||
| 78 | # For backwards compatibility after Debian-renaming | 85 | # For backwards compatibility after Debian-renaming |
| 79 | RPROVIDES_libcogl = "cogl-1.0" | 86 | RPROVIDES_libcogl = "cogl-1.0" |
| 80 | RCONFLICTS_libcogl = "cogl-1.0" | 87 | RCONFLICTS_libcogl = "cogl-1.0" |
