diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel.inc | 7 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.3.bb | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/packages/matchbox-panel/matchbox-panel.inc b/packages/matchbox-panel/matchbox-panel.inc index b2148a91bd..d81d38b285 100644 --- a/packages/matchbox-panel/matchbox-panel.inc +++ b/packages/matchbox-panel/matchbox-panel.inc @@ -3,17 +3,14 @@ LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" -PR = "r2" +PR = "r3" 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 = ${CONF_${GUI_MACHINE_CLASS}} +EXTRA_OECONF_append = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "", " --enable-small-icons ", d)}' PACKAGE_ARCH = "${MACHINE}" FILES_${PN} = "${bindir}/* \ diff --git a/packages/matchbox-panel/matchbox-panel_0.9.3.bb b/packages/matchbox-panel/matchbox-panel_0.9.3.bb index 2add352c6b..bed04323a7 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.3.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.3.bb @@ -1,4 +1,4 @@ require matchbox-panel.inc -PR="r1" +PR="r2" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://mb-applet-battery-repaint-093.patch;patch=1" |