summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb')
-rw-r--r--meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb4
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"
4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" 4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
5 5
6PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ 9SRC_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
26EXTRA_OECONF = "--enable-debug \ 26EXTRA_OECONF = "--enable-debug \
27 --enable-compositing-manager \ 27 --enable-compositing-manager \
28 --enable-libmatchbox \
29 --enable-png-theme \
28 " 30 "
29 31
30do_install_append () { 32do_install_append () {