diff options
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.1.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.1.bb | 8 |
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 \ |