diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-16 19:29:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-16 19:29:35 +0000 |
commit | c8305a6308c8b26fde83050384699bfcc4efd48d (patch) | |
tree | 29c5a521721aad06df2b047dcc45f1550643f338 /matchbox-desktop | |
parent | d5028c0d14da91758bd71cfaa8753592ee1e92fa (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/05/16 21:29:31+02:00 uni-frankfurt.de!pb_
enable startup-notification and dnotify
BKrev: 40a7c11fcE-ZZiyR34_ZNaMoAVvGiA
Diffstat (limited to 'matchbox-desktop')
-rw-r--r-- | matchbox-desktop/matchbox-desktop_0.8.oe | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/matchbox-desktop/matchbox-desktop_0.8.oe b/matchbox-desktop/matchbox-desktop_0.8.oe index 0ae08280c5..30fa86d3b3 100644 --- a/matchbox-desktop/matchbox-desktop_0.8.oe +++ b/matchbox-desktop/matchbox-desktop_0.8.oe @@ -1,9 +1,12 @@ +PR = "r1" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox" +DEPENDS = "virtual/libc libmatchbox startup-notification" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/${PV}/matchbox-desktop-${PV}.tar.bz2" -inherit autotools pkgconfig +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" + +inherit autotools pkgconfig FILES_${PN} = "${bindir} \ ${datadir}/applications \ |