diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/emotion.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc new file mode 100644 index 0000000000..4b36a3575e --- /dev/null +++ b/meta-efl/recipes-efl/efl/emotion.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "The Enlightenment multimedia library" | ||
| 2 | LICENSE = "MIT BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" | ||
| 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | ||
| 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" | ||
| 6 | |||
| 7 | INC_PR = "r0" | ||
| 8 | |||
| 9 | inherit efl | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 12 | |||
| 13 | PACKAGES =+ "emotion-backend-gstreamer" | ||
| 14 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" | ||
| 15 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" | ||
| 16 | # upgrade path from libemotion0 to libemotion1 | ||
| 17 | RREPLACES_${PN} = "libemotion0" | ||
