mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
13 lines
262 B
PHP
13 lines
262 B
PHP
DESCRIPTION = "Task list application"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11"
|
|
DEPENDS = "glib-2.0 gtk+ eds-dbus"
|
|
DEPENDS_append_poky = " libowl"
|
|
|
|
inherit autotools_stage pkgconfig gtk-icon-cache
|
|
|
|
OWL = "--disable-owl"
|
|
OWL_poky = "--enable-owl"
|
|
|
|
EXTRA_OECONF += "${OWL}"
|