diff options
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel.inc')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel.inc | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/packages/matchbox-panel/matchbox-panel.inc b/packages/matchbox-panel/matchbox-panel.inc index 44bbae6870..b2148a91bd 100644 --- a/packages/matchbox-panel/matchbox-panel.inc +++ b/packages/matchbox-panel/matchbox-panel.inc @@ -3,21 +3,17 @@ LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" -PR = "r1" +PR = "r2" inherit autotools pkgconfig gettext CFLAGS += "-D_GNU_SOURCE" +CONF_bigscreen = "" +CONF_smallscreen = " --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_h2200 = " --enable-small-icons " -EXTRA_OECONF_append_h4000 = " --enable-small-icons " -EXTRA_OECONF_append_collie = " --enable-small-icons " -EXTRA_OECONF_append_poodle = " --enable-small-icons " -EXTRA_OECONF_append_mnci = " --enable-small-icons " -EXTRA_OECONF_append_integral13 = " --enable-small-icons " +EXTRA_OECONF_append = ${CONF_${GUI_MACHINE_CLASS}} PACKAGE_ARCH = "${MACHINE}" FILES_${PN} = "${bindir}/* \ |