diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-10-13 18:23:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-13 18:23:56 +0000 |
commit | bd635f005f8abcbbab501dd44a7727da8b031f69 (patch) | |
tree | 13931ee6675968750fc960531be38ac4aca3484b /packages/matchbox-panel/matchbox-panel_svn.bb | |
parent | 2007999f20a2c39023ed3322bcffdaca83870520 (diff) |
oprofile: Remove uneeded patch
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_svn.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_svn.bb | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_svn.bb b/packages/matchbox-panel/matchbox-panel_svn.bb index 16b7d60ed2..e8a97a859b 100644 --- a/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/packages/matchbox-panel/matchbox-panel_svn.bb @@ -1,7 +1,4 @@ -DESCRIPTION = "Matchbox Window Manager Panel" -LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" -SECTION = "x11/wm" +include "matchbox-panel.inc" PV = "0.9.2+cvs-${CVSDATE}" DEFAULT_PREFERENCE = "-1" @@ -9,12 +6,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" S = ${WORKDIR}/${PN} -inherit autotools pkgconfig gettext - -EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" -CFLAGS += " -D_GNU_SOURCE" - -FILES_${PN} = "${bindir} \ - ${datadir}/applications \ - ${datadir}/pixmaps" |