Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Emotion generic players" |
2 | LICENSE = "GPLv2" | ||||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a0f11eedf8706bf6d4d6639fb67eb8ae" | ||||
4 | |||||
5 | DEPENDS = "emotion" | ||||
6 | |||||
7 | inherit efl | ||||
8 | |||||
9 | SRCNAME = "emotion_generic_players" | ||||
10 | |||||
11 | # creates empty packages until you get vlc-2 and enable it here | ||||
12 | PACKAGECONFIG ?= "" | ||||
13 | # needs eina and ecore from efl and vlc-2 (currently we have 1.11) | ||||
14 | PACKAGECONFIG[vlc] = "--with-vlc,--without-vlc,vlc efl" |