summaryrefslogtreecommitdiffstats
path: root/meta/packages/libmatchbox/libmatchbox.inc
blob: da86970ca65a2734570d43efca874642903cc446 (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "x11/libs"
DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"

inherit autotools_stage pkgconfig

EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"

S = "${WORKDIR}/libmatchbox-${PV}"