aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb')
-rw-r--r--meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
deleted file mode 100644
index 7369339899..0000000000
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a527906350ea7ce7ab1bb7564"
-
-DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
-
-SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
-PV = "0.1+git${SRCPV}"
-PR = "r2"
-
-SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \
- file://fix_makefile.patch \
- "
-
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig update-alternatives
-
-# Change this to x-session-manager->matchbox-session and put in
-# matchbox-session, then change this to x-window-manager to
-# matchbox-window-manager-2.
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/matchbox-window-manager"
-ALTERNATIVE_PRIORITY = "10"
-
-PACKAGES =+ "libmatchbox2"
-
-FILES_libmatchbox2 = "${libdir}/*${SOLIBS}"
-
-FILES_${PN} += "${datadir}/matchbox-2 \
- ${sysconfdir}/matchbox-2 \
- ${datadir}/themes/*"
-
-EXTRA_OECONF = "--enable-debug \
- --enable-simple-manager \
- --enable-compositing-manager \
- --enable-libmatchbox \
- --enable-png-theme \
- "
-
-do_install_append () {
- cd ${D}${bindir}
- ln -s matchbox-window-manager-2-simple matchbox-window-manager
-}