diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-07-31 04:15:00 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-08 13:46:48 +0200 |
| commit | 2c8645249e27f40a42c9d6edaec0d6292d618f07 (patch) | |
| tree | 94b90caf6e5afc035716815b9f1c0a0a12c7907c /meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | |
| parent | e9bf73f8671bba516a0c5c5d0bc450316df06f41 (diff) | |
| download | meta-openembedded-2c8645249e27f40a42c9d6edaec0d6292d618f07.tar.gz | |
libgnomeui: update to 2.24.5 / fix build on gcc6 / cleanup
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome/libgnomeui.inc')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc deleted file mode 100644 index 26997b851d..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "GNOME User Interface Library" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 4 | |||
| 5 | SECTION = "x11/gnome/libs" | ||
| 6 | DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring intltool-native" | ||
| 7 | |||
| 8 | inherit gnome | ||
| 9 | |||
| 10 | FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ | ||
| 11 | ${libdir}/libglade/*/lib*.so \ | ||
| 12 | ${datadir}/pixmaps/gnome-about-logo.png" | ||
| 13 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la" | ||
| 14 | FILES_${PN}-staticdev += "${libdir}/libglade/*/*.a" | ||
| 15 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" | ||
| 16 | |||
| 17 | SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch" | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 20 | |||
| 21 | do_configure_prepend() { | ||
| 22 | install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h | ||
| 23 | } | ||
| 24 | |||
