blob: 5d523c99165c7a5ca41cfeed6f82990a60298ca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Eeze is a library to simplify the use of devices"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=315521fe061b6fd4290ef01db714a3c8"
DEPENDS = "ecore eet udev"
inherit efl
BBCLASSEXTEND = "native"
INC_PR = "r0"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""
FILES_${PN} += "${libdir}/enlightenment/utils/eeze_scanner"
FILES_${PN}-dbg += "${libdir}/enlightenment/utils/.debug"
RRECOMMENDS_${PN} += "eject"
|