diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-01 11:17:08 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-01 11:17:08 +0000 |
commit | 33061d6ede5c461b313d4ed20c4076fc7c871169 (patch) | |
tree | 4c9e841df9aceddb7113eb556d1f7cf918c8e324 /meta | |
parent | dcce67981e3443f43400bfd6a44ddea0f420e3c1 (diff) | |
download | poky-33061d6ede5c461b313d4ed20c4076fc7c871169.tar.gz |
matchbox-wm-2: enable libmatchbox and the png theme
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5120 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index a5ef27ae19..d8b3721ee7 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPL" | |||
4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
5 | 5 | ||
6 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ |
10 | " | 10 | " |
@@ -25,6 +25,8 @@ FILES_${PN} = "${bindir}/* \ | |||
25 | 25 | ||
26 | EXTRA_OECONF = "--enable-debug \ | 26 | EXTRA_OECONF = "--enable-debug \ |
27 | --enable-compositing-manager \ | 27 | --enable-compositing-manager \ |
28 | --enable-libmatchbox \ | ||
29 | --enable-png-theme \ | ||
28 | " | 30 | " |
29 | 31 | ||
30 | do_install_append () { | 32 | do_install_append () { |