diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-01 15:09:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-01 15:09:11 +0000 |
commit | cb6d7921e657a3aa738577251a86a6790a1bb87b (patch) | |
tree | 3f126a44b679637779d853be1b0680217fce4e1e /packages/matchbox-wm/matchbox-wm_1.2.bb | |
parent | c533b9b1782fbe3f089102d86d71ab9a4d76727a (diff) |
matchbox-wm: also package gconf schema
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.2.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.2.bb b/packages/matchbox-wm/matchbox-wm_1.2.bb index ad7c31d3ed..83eb403c5f 100644 --- a/packages/matchbox-wm/matchbox-wm_1.2.bb +++ b/packages/matchbox-wm/matchbox-wm_1.2.bb @@ -3,7 +3,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf gconf-native matchbox-common" RDEPENDS = "matchbox-common" -PR="r0" +PR="r1" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ file://gconf-2.m4 \ @@ -16,6 +16,7 @@ inherit autotools pkgconfig update-alternatives FILES_${PN} = "${bindir}/* \ ${datadir}/matchbox \ ${sysconfdir}/matchbox \ + ${sysconfdir}/gconf/ \ ${datadir}/themes/blondie/matchbox \ ${datadir}/themes/Default/matchbox \ ${datadir}/themes/MBOpus/matchbox" |