diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-26 16:13:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-26 16:13:38 +0000 |
commit | 5df246428e3dda8ebfb5b7c46ff4ba42d291d54c (patch) | |
tree | bada81caa94c9001c867defdc943fcce4b6f36ff /packages/matchbox-wm | |
parent | 04bcbc425723c1ba332e2aa8efa31533f278a32b (diff) |
matchbox-wm: depend on gconf-native
Diffstat (limited to 'packages/matchbox-wm')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.2.bb b/packages/matchbox-wm/matchbox-wm_1.2.bb index a7e9d4df62..ad7c31d3ed 100644 --- a/packages/matchbox-wm/matchbox-wm_1.2.bb +++ b/packages/matchbox-wm/matchbox-wm_1.2.bb @@ -1,6 +1,6 @@ require matchbox-wm.inc -DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" +DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf gconf-native matchbox-common" RDEPENDS = "matchbox-common" PR="r0" |