diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-09-13 02:33:11 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-17 14:55:04 -0700 |
commit | bff4bcd152be0df75b44c85c09bfdd399708572d (patch) | |
tree | 2c8ce86e4dca61fa92b6d742800eff60be8fbc4f /recipes | |
parent | 7be37151f94a344002209b17fc8eb104a5e3a244 (diff) |
xfwm4: depends libwnck
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xfce-base/xfwm4_4.6.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xfce-base/xfwm4_4.6.2.bb b/recipes/xfce-base/xfwm4_4.6.2.bb index 3ea7f5281f..87a492b3a5 100644 --- a/recipes/xfce-base/xfwm4_4.6.2.bb +++ b/recipes/xfce-base/xfwm4_4.6.2.bb @@ -2,13 +2,13 @@ DESCRIPTION="Xfce4 Window Manager" SECTION = "x11/wm" -PR = "r0" +PR = "r1" inherit xfce46 update-alternatives FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*" -DEPENDS = "startup-notification virtual/libx11 libxpm libxfce4util libxfcegui4" +DEPENDS = "startup-notification virtual/libx11 libxpm libxfce4util libxfcegui4 libwnck" RDEPENDS_${PN} = "xfwm4-theme-default" EXTRA_OECONF += " --enable-startup-notification" |