summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb')
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
new file mode 100644
index 0000000000..0a02bb9f3d
--- /dev/null
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "Matchbox Window Manager Desktop"
2LICENSE = "GPL"
3DEPENDS = "libmatchbox startup-notification"
4SECTION = "x11/wm"
5
6SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2"
7
8EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
9
10inherit autotools pkgconfig
11
12FILES_${PN} = "${bindir}/* \
13 ${datadir}/applications \
14 ${libdir}/matchbox/desktop/*.so \
15 ${datadir}/matchbox-desktop \
16 ${datadir}/pixmaps \
17 ${sysconfdir}/matchbox"
18
19FILES_${PN}-dev += "${libdir}/matchbox-desktop \
20 ${includedir}/matchbox-desktop \
21 ${libdir}/matchbox/desktop/*.*a \
22 ${datadir}/matchbox/desktop/modules/*a"
23
24FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"