diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-18 19:46:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-18 19:46:15 +0000 |
commit | 2cd6718f9ec2d8887d9a93fbe487cfc2dd8715bd (patch) | |
tree | 72183331cfeae8a28a2290bd4a843c4d0acbe6a1 | |
parent | 2d8e9d6a40f01484e81004a386e1ae6d7320f570 (diff) |
enable startup-notification, dnotify and nls. add apmd to DEPENDS.
BKrev: 40d346877SQA1glWj5WqpZBWKgiAHA
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index 0fa4e9b3d8..8144e86890 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,19 +1,18 @@ -PR = "r1" +PR = "r2" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm" +DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-nls" +# --enable-small-icons FILES_${PN} = "${bindir} \ ${datadir}/applications \ ${datadir}/pixmaps" -#EXTRA_OECONF = "--enable-small-icons" -# --enable-dnotify -# --enable-startup-notification -# --enable-nls |