diff options
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel.inc')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel.inc b/packages/matchbox-panel/matchbox-panel.inc index 0855da8f4c..44bbae6870 100644 --- a/packages/matchbox-panel/matchbox-panel.inc +++ b/packages/matchbox-panel/matchbox-panel.inc @@ -3,6 +3,8 @@ LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" +PR = "r1" + inherit autotools pkgconfig gettext CFLAGS += "-D_GNU_SOURCE" @@ -18,7 +20,7 @@ EXTRA_OECONF_append_mnci = " --enable-small-icons " EXTRA_OECONF_append_integral13 = " --enable-small-icons " PACKAGE_ARCH = "${MACHINE}" -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps" |