From: Koen Kooi Date: Thu, 6 Oct 2005 11:53:58 +0000 (+0000) Subject: packages/matchbox-panel/matchbox-panel_0.9.2.bb: use small icons for h2200 X-Git-Tag: Release-2010-05/1~9453^2~3343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f709fc5380fdc362b607a599509fdf4f6b98b5ef;p=openembedded.git packages/matchbox-panel/matchbox-panel_0.9.2.bb: use small icons for h2200 --- diff --git a/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/packages/matchbox-panel/matchbox-panel_0.9.2.bb index 5559929141..600d9fb3ad 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.2.bb @@ -10,9 +10,10 @@ inherit autotools pkgconfig gettext CFLAGS += "-D_GNU_SOURCE" -EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" +EXTRA_OECONF = " --enable-startup-notification --enable-dnotify " EXTRA_OECONF_append_h3600 = " --enable-small-icons " EXTRA_OECONF_append_h3900 = " --enable-small-icons " +EXTRA_OECONF_append_h2200 = " --enable-small-icons " EXTRA_OECONF_append_collie = " --enable-small-icons " EXTRA_OECONF_append_poodle = " --enable-small-icons " EXTRA_OECONF_append_mnci = " --enable-small-icons "