diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 16:34:49 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 16:34:49 +0000 |
commit | 93de7123f309ba153a31b3089c4b53a5ba58f4ad (patch) | |
tree | 0c9ae5696738040538228b3ace7be2af08e8ba4b /packages/opie-taskbar | |
parent | ad70c238e23834669bcbb6a1bdb192fa69e89508 (diff) |
opie-taskbar-images: add "inherit opie" stanza. Thanks, zecke for spotting it.
Diffstat (limited to 'packages/opie-taskbar')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 09e8e1cba8..b74eda45c3 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -7,6 +7,8 @@ APPNAME = "qpe" S = "${WORKDIR}/pics" +inherit opie + # Wallpaper and welcome splash PIXMAP_SIZE = "" PIXMAP_SIZE_c7x0 = "-640x480" @@ -18,8 +20,6 @@ PIXMAP_SIZE_asus730 = "-480x640" PIXMAP_SIZE_htcuniversal= "-480x640" PIXMAP_SIZE_hx4700 = "-480x640" -PACKAGES = "${PN}-dbg ${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" - do_install() { install -d ${D}${palmtopdir}/pics/launcher @@ -54,3 +54,4 @@ python do_package_prepend () { } PACKAGE_ARCH = "all" +PACKAGES =+ "${PN}-dbg ${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" |