DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
-PR="r3"
-inherit autotools pkgconfig
+inherit autotools_stage pkgconfig
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"
S = "${WORKDIR}/libmatchbox-${PV}"
-
-headers = "hash.h mbconfig.h mbdotdesktop.h mbexp.h \
- mb.h mbmenu.h mbpixbuf.h mbtray.h mbutil.h"
-
-do_stage () {
- install -d ${STAGING_INCDIR}/libmb
- for h in ${headers}; do
- install -m 0644 ${S}/libmb/$h ${STAGING_INCDIR}/libmb/
- done
-
- oe_libinstall -a -so -C libmb libmb ${STAGING_LIBDIR}
-}
+++ /dev/null
-require libmatchbox.inc
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
- file://check.m4"
-
-do_configure_prepend () {
- cp ${WORKDIR}/check.m4 ${S}/
-}