meta-openembedded/meta-efl/recipes-efl/efl/emotion-generic-players.inc
Martin Jansa d5836e6a00 efl: upgrade to 1.9.0
* announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=32024303
* emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM
  change is just copyright update

  < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS)
  ---
  > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:29 +02:00

15 lines
410 B
PHP

DESCRIPTION = "Emotion generic players"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a0f11eedf8706bf6d4d6639fb67eb8ae"
DEPENDS = "emotion"
inherit efl
SRCNAME = "emotion_generic_players"
# creates empty packages until you get vlc-2 and enable it here
PACKAGECONFIG ?= ""
# needs eina and ecore from efl and vlc-2 (currently we have 1.11)
PACKAGECONFIG[vlc] = "--with-vlc,--without-vlc,vlc efl"