aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-panel
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-17 12:40:07 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-17 12:40:07 +0000
commit86f158c3534c6a030977d8ace5f457a980ff3820 (patch)
treee3c2b8356dacf193561aa4c54b3da4bf73ad479a /packages/matchbox-panel
parentdda9d167f838c4670b5aabbde27affc406660a57 (diff)
downloadopenembedded-86f158c3534c6a030977d8ace5f457a980ff3820.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/17 14:01:29+02:00 utwente.nl!koen Push various uncommitted fixes gpe-todo_0.53.bb: inherit pkgconfig too libglade_2.4.2.bb: fix up glade build gnumeric_1.5.1.bb: change default preference gphoto2_2.1.5.bb: fix src_uri matchbox-panel_0.9.1.bb: enable small icons for small devices mysql-native_4.1.10a.bb: build embedded mysql too roadster_cvs.bb: adjust depends BKrev: 42b2c4a7wA8zM9I9s3xzB6fVB6IpIg
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r--packages/matchbox-panel/matchbox-panel_0.9.1.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.1.bb b/packages/matchbox-panel/matchbox-panel_0.9.1.bb
index dd7df982fc..d22391ea1c 100644
--- a/packages/matchbox-panel/matchbox-panel_0.9.1.bb
+++ b/packages/matchbox-panel/matchbox-panel_0.9.1.bb
@@ -12,7 +12,13 @@ inherit autotools pkgconfig gettext
CFLAGS += "-D_GNU_SOURCE"
-EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons"
+EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
+EXTRA_OECONF_append_h3600 = " --enable-small-icons "
+EXTRA_OECONF_append_h3900 = " --enable-small-icons "
+EXTRA_OECONF_append_collie = " --enable-small-icons "
+EXTRA_OECONF_append_poodle = " --enable-small-icons "
+EXTRA_OECONF_append_ramses = " --enable-small-icons "
+
FILES_${PN} = "${bindir} \
${datadir}/applications \