diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-26 13:20:40 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-26 13:20:40 +0000 |
commit | 4ab809c73b1c3da558c6e3619fb95f990eb85d55 (patch) | |
tree | 9be8e1c298a6cbc76978246109b93df884302f8c | |
parent | cce4f66d915e25d16e82002a941d1e5b1578eefa (diff) | |
download | poky-4ab809c73b1c3da558c6e3619fb95f990eb85d55.tar.gz |
Disable pango support in libmatchbox, add gconf dep and enable gconf in
matchbox-wm
git-svn-id: https://svn.o-hand.com/repos/poky@35 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/libmatchbox/libmatchbox.inc | 6 | ||||
-rw-r--r-- | openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | 6 | ||||
-rw-r--r-- | openembedded/packages/meta/meta-oh.bb | 9 |
3 files changed, 13 insertions, 8 deletions
diff --git a/openembedded/packages/libmatchbox/libmatchbox.inc b/openembedded/packages/libmatchbox/libmatchbox.inc index 44d2efde71..e8700cb7b6 100644 --- a/openembedded/packages/libmatchbox/libmatchbox.inc +++ b/openembedded/packages/libmatchbox/libmatchbox.inc | |||
@@ -1,12 +1,12 @@ | |||
1 | SECTION = "x11/libs" | 1 | SECTION = "x11/libs" |
2 | DESCRIPTION = "Matchbox window manager core library" | 2 | DESCRIPTION = "Matchbox window manager core library" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "x11 xext expat libxft pango jpeg libpng zlib libxsettings-client" | 4 | DEPENDS = "x11 xext expat libxft jpeg libpng zlib libxsettings-client" |
5 | PR="r1" | 5 | PR="r2" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-pango --enable-xsettings" | 9 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings" |
10 | 10 | ||
11 | S = "${WORKDIR}/libmatchbox-${PV}" | 11 | S = "${WORKDIR}/libmatchbox-${PV}" |
12 | 12 | ||
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb index 5ac11d212d..0983c6d679 100644 --- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common" | 4 | DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common gconf" |
5 | RDEPENDS = "matchbox-common" | 5 | RDEPENDS = "matchbox-common" |
6 | PV = "0.9.5cvs${CVSDATE}" | 6 | PV = "0.9.5cvs${CVSDATE}" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
@@ -26,7 +26,7 @@ FILES_${PN} = "${bindir} \ | |||
26 | ${datadir}/themes/Default/matchbox \ | 26 | ${datadir}/themes/Default/matchbox \ |
27 | ${datadir}/themes/MBOpus/matchbox" | 27 | ${datadir}/themes/MBOpus/matchbox" |
28 | 28 | ||
29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat" | 29 | EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm --enable-expat --enable-gconf" |
30 | 30 | ||
31 | do_install_prepend() { | 31 | do_install_prepend() { |
32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 32 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb index 5839ae0c61..49f8dcf99c 100644 --- a/openembedded/packages/meta/meta-oh.bb +++ b/openembedded/packages/meta/meta-oh.bb | |||
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base" | |||
2 | # oh-task-base | 2 | # oh-task-base |
3 | DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" | 3 | DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" |
4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | ALLOW_EMPTY = "1" | 7 | ALLOW_EMPTY = "1" |
8 | 8 | ||
@@ -36,7 +36,12 @@ oh-task-base = "\ | |||
36 | # detect-stylus \ | 36 | # detect-stylus \ |
37 | # xrdb \ | 37 | # xrdb \ |
38 | 38 | ||
39 | RDEPENDS_oh-task-base := "${oh-task-base}" | 39 | RDEPENDS_oh-task-base := "${oh-task-base} \ |
40 | gdk-pixbuf-loader-png \ | ||
41 | gdk-pixbuf-loader-xpm \ | ||
42 | gdk-pixbuf-loader-jpeg \ | ||
43 | pango-module-basic-x \ | ||
44 | pango-module-basic-fc" | ||
40 | 45 | ||
41 | DEPENDS += " ${oh-task-base}" | 46 | DEPENDS += " ${oh-task-base}" |
42 | 47 | ||