aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-wm
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 21:40:15 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 21:40:15 +0000
commit6ad3b4f697a0c942756e8c1c05ada98f2669804a (patch)
tree7f39b0f022767feb793941959ad735b5a45826f4 /packages/matchbox-wm
parente564befdc5026563800453603ab26a12d61cf1cd (diff)
downloadopenembedded-6ad3b4f697a0c942756e8c1c05ada98f2669804a.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/22 21:15:37+01:00 (none)!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into lieve.(none):/data/build/oe/clean-tree/openembedded 2005/02/22 21:15:01+01:00 (none)!koen matchbox-wm_svn.bb: update mb-wm_svn to prevent mallum from kicking me in the face 2005/02/22 21:05:04+01:00 dyndns.org!reenoo gst-plugins: explicitely disable gconf. 2005/02/22 20:17:24+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/02/22 20:16:01+01:00 dyndns.org!reenoo gst-plugins: really fix lame configure check. disable libcaca. BKrev: 421ba6bfimvQbljcKhXB50bufAKm4A
Diffstat (limited to 'packages/matchbox-wm')
-rw-r--r--packages/matchbox-wm/matchbox-wm_svn.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_svn.bb b/packages/matchbox-wm/matchbox-wm_svn.bb
index ad6b67414b..606e3ebc01 100644
--- a/packages/matchbox-wm/matchbox-wm_svn.bb
+++ b/packages/matchbox-wm/matchbox-wm_svn.bb
@@ -13,12 +13,13 @@ S = "${WORKDIR}/matchbox-window-manager"
inherit autotools pkgconfig
FILES_${PN} = "${bindir} \
- ${datadir}/matchbox \
- ${datadir}/themes/blondie/matchbox \
- ${datadir}/themes/bluebox/matchbox \
- ${datadir}/themes/borillo/matchbox"
+ ${datadir}/matchbox \
+ ${sysconfdir}/matchbox \
+ ${datadir}/themes/blondie/matchbox \
+ ${datadir}/themes/Default/matchbox \
+ ${datadir}/themes/MBOpus/matchbox"
-EXTRA_OECONF = "--enable-composite --enable-startup-notification --enable-expat"
+EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm"
pkg_postinst() {
update-alternatives --install ${bindir}/x-window-manager x-window-manager ${bindir}/matchbox-session 10
@@ -27,3 +28,4 @@ update-alternatives --install ${bindir}/x-window-manager x-window-manager ${bind
pkg_postrm() {
update-alternatives --remove x-window-manager ${bindir}/matchbox-session
}
+