diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
commit | c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d (patch) | |
tree | 9173fb365bf861e2337693179c270f81193f41b5 /openembedded/packages/matchbox-panel/matchbox-panel.inc | |
parent | 05ff3147c40087edece71449e375cdf588d7a29b (diff) | |
download | openembedded-core-c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d.tar.gz openembedded-core-c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d.tar.bz2 openembedded-core-c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d.zip |
Update xlibs to follow restructuring in OE (in preparation for X11R7)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-panel/matchbox-panel.inc')
-rw-r--r-- | openembedded/packages/matchbox-panel/matchbox-panel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel.inc b/openembedded/packages/matchbox-panel/matchbox-panel.inc index 7ae9342b42..d5d3551619 100644 --- a/openembedded/packages/matchbox-panel/matchbox-panel.inc +++ b/openembedded/packages/matchbox-panel/matchbox-panel.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" inherit autotools pkgconfig gettext |