From f9a4e52ae8a4490d77270052077b935860b15ef2 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Thu, 11 Aug 2005 20:51:23 +0000 Subject: Switch to creating a -theme package instead of including themes in the main package --- classes/efl.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'classes') diff --git a/classes/efl.bbclass b/classes/efl.bbclass index 119f527860..2fe8a6ad8e 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -44,8 +44,9 @@ do_stage_append () { done } -PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME}" -FILES_${SRCNAME} = "${libdir} ${datadir}/${SRCNAME}/themes" +PACKAGES = "${SRCNAME}-dev ${SRCNAME}-examples ${SRCNAME} ${SRCNAME}-theme" +FILES_${SRCNAME} = "${libdir}" +FILES_${SRCNAME}-theme = "${datadir}/${SRCNAME}/themes" FILES_${SRCNAME}-dev += "${bindir}/${SRCNAME}-config ${libdir}/pkgconfig" FILES_${SRCNAME}-examples = "${bindir} ${datadir}" -- cgit v1.2.3