diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:36:22 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 15:32:53 +0200 |
commit | f4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch) | |
tree | 487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb | |
download | poky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz |
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb new file mode 100644 index 0000000000..4acac39f0d --- /dev/null +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SUMMARY = "Matchbox window manager core library" | ||
2 | SECTION = "x11/libs" | ||
3 | HOMEPAGE = "http://matchbox-project.org/" | ||
4 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" | ||
5 | |||
6 | LICENSE = "LGPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
8 | file://libmb/mbexp.c;endline=20;md5=28c0aef3b23e308464f5dae6a11b0d2f \ | ||
9 | file://libmb/mbdotdesktop.c;endline=21;md5=5a287156b3207e851c1d68d09c439b51" | ||
10 | |||
11 | DEPENDS = "virtual/libx11 libxext" | ||
12 | |||
13 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/${BPN}/${PV}/${BPN}-${PV}.tar.bz2 \ | ||
14 | file://libpng.patch" | ||
15 | |||
16 | SRC_URI[md5sum] = "fc6cc807f55a3e7c752d8013176875d7" | ||
17 | SRC_URI[sha256sum] = "254cab52e304a3512c8df4be59d690cf3921bbb68a28ede7fe26b93534217b53" | ||
18 | |||
19 | inherit autotools pkgconfig | ||
20 | |||
21 | PACKAGECONFIG ??= "jpeg png xft xsettings" | ||
22 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | ||
23 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" | ||
24 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | ||
25 | PACKAGECONFIG[xft] = "--enable-xft,--disable-xft,libxft" | ||
26 | PACKAGECONFIG[xsettings] = "--enable-xsettings,--disable-xsettings,libxsettings-client" | ||