summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-07-31 04:15:00 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-08 13:46:48 +0200
commit2c8645249e27f40a42c9d6edaec0d6292d618f07 (patch)
tree94b90caf6e5afc035716815b9f1c0a0a12c7907c /meta-gnome/recipes-gnome/libgnome/libgnomeui.inc
parente9bf73f8671bba516a0c5c5d0bc450316df06f41 (diff)
downloadmeta-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.inc24
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 @@
1DESCRIPTION = "GNOME User Interface Library"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4
5SECTION = "x11/gnome/libs"
6DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring intltool-native"
7
8inherit gnome
9
10FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \
11 ${libdir}/libglade/*/lib*.so \
12 ${datadir}/pixmaps/gnome-about-logo.png"
13FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la"
14FILES_${PN}-staticdev += "${libdir}/libglade/*/*.a"
15FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/"
16
17SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch"
18
19EXTRA_OECONF = "--disable-gtk-doc"
20
21do_configure_prepend() {
22 install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h
23}
24