From 6ad3b4f697a0c942756e8c1c05ada98f2669804a Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Tue, 22 Feb 2005 21:40:15 +0000 Subject: 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 --- packages/matchbox-wm/matchbox-wm_svn.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'packages/matchbox-wm') 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 } + -- cgit v1.2.3