diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-29 16:45:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:34 +0100 |
commit | 7eab456a68c55eeed4555210a92bd25f66862d57 (patch) | |
tree | b29d105fa8fcadc8a42adf443897d1255ccf78e8 /meta/recipes-gnome/gtk+/gtk+3.inc | |
parent | b10267f90ecf95a527aed4af539a99d04cd97eae (diff) | |
download | poky-7eab456a68c55eeed4555210a92bd25f66862d57.tar.gz |
gtk+3: split into .bb/.inc
I plan on introducing a git master version for automatically testing upstream
development, so this split makes things a lot easier.
(From OE-Core rev: f245b1f37fc326c85d19a8a48784c44d15b08ea7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3.inc')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc new file mode 100644 index 0000000000..4742eb9267 --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -0,0 +1,102 @@ | |||
1 | SUMMARY = "Multi-platform toolkit for creating GUIs" | ||
2 | DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ | ||
3 | set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." | ||
4 | HOMEPAGE = "http://www.gtk.org" | ||
5 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
6 | SECTION = "libs" | ||
7 | |||
8 | DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ | ||
9 | docbook-utils-native gdk-pixbuf-native" | ||
10 | |||
11 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | ||
12 | |||
13 | inherit autotools pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings | ||
14 | |||
15 | # This should be in autotools.bbclass, but until something elses uses it putting | ||
16 | # it here avoids rebuilding everything. | ||
17 | export PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native" | ||
18 | |||
19 | do_configure_prepend() { | ||
20 | # Do this because the configure script is running ./libtool directly | ||
21 | ln -s ${TARGET_PREFIX}libtool libtool || true | ||
22 | } | ||
23 | |||
24 | # Forcibly disable the GTK+ 2 dependency as we don't want to natively build the | ||
25 | # entire GTK+ stack, or need GTK+ 2 for gtk-update-icon-cache. | ||
26 | EXTRA_OECONF += " \ | ||
27 | --disable-gtk2-dependency \ | ||
28 | --disable-glibtest \ | ||
29 | --disable-xinerama \ | ||
30 | --enable-modules \ | ||
31 | --disable-cups \ | ||
32 | --disable-introspection \ | ||
33 | " | ||
34 | |||
35 | PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ | ||
36 | ${@base_contains("DISTRO_FEATURES", "wayland", "wayland", "", d)}" | ||
37 | |||
38 | PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes" | ||
39 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland libxkbcommon" | ||
40 | |||
41 | do_install_append() { | ||
42 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 | ||
43 | } | ||
44 | |||
45 | PACKAGES =+ "${PN}-demo" | ||
46 | LIBV = "3.0.0" | ||
47 | |||
48 | FILES_${PN}-demo = "${bindir}/gtk3-demo \ | ||
49 | ${bindir}/gtk3-demo-application \ | ||
50 | ${bindir}/gtk3-widget-factory \ | ||
51 | ${datadir}/gtk-3.0/demo" | ||
52 | |||
53 | # The demo uses PNG files and mime type sniffing, so ensure that these | ||
54 | # dependencies are present. | ||
55 | RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info" | ||
56 | |||
57 | FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ | ||
58 | ${bindir}/gtk-query-immodules-3.0 \ | ||
59 | ${bindir}/gtk-launch \ | ||
60 | ${libdir}/lib*${SOLIBS} \ | ||
61 | ${datadir}/themes ${sysconfdir} ${datadir}/glib-2.0/schemas/ \ | ||
62 | ${libdir}/gtk-3.0/${LIBV}/engines/libpixmap.so \ | ||
63 | ${libdir}/gtk-3.0/modules/*.so" | ||
64 | |||
65 | FILES_${PN}-dev += " \ | ||
66 | ${datadir}/gtk-3.0/gtkbuilder.rng \ | ||
67 | ${datadir}/gtk-3.0/include \ | ||
68 | ${libdir}/gtk-3.0/include \ | ||
69 | ${libdir}/gtk-3.0/${LIBV}/loaders/*.la \ | ||
70 | ${libdir}/gtk-3.0/${LIBV}/immodules/*.la \ | ||
71 | ${libdir}/gtk-3.0/3.0.0/printbackends/*.la \ | ||
72 | ${libdir}/gtk-3.0/${LIBV}/engines/*.la \ | ||
73 | ${libdir}/gtk-3.0/modules/*.la \ | ||
74 | ${bindir}/gtk-builder-convert" | ||
75 | |||
76 | FILES_${PN}-dbg += " \ | ||
77 | ${libdir}/gtk-3.0/${LIBV}/loaders/.debug \ | ||
78 | ${libdir}/gtk-3.0/${LIBV}/immodules/.debug \ | ||
79 | ${libdir}/gtk-3.0/${LIBV}/engines/.debug \ | ||
80 | ${libdir}/gtk-3.0/${LIBV}/printbackends/.debug \ | ||
81 | ${libdir}/gtk-3.0/modules/.debug" | ||
82 | |||
83 | |||
84 | PACKAGES_DYNAMIC += "^gtk3-immodule-.* ^gtk3-printbackend-.*" | ||
85 | |||
86 | ALTERNATIVE_${PN} = "gtk-update-icon-cache" | ||
87 | ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-3.0" | ||
88 | |||
89 | python populate_packages_prepend () { | ||
90 | import os.path | ||
91 | |||
92 | gtk_libdir = d.expand('${libdir}/gtk-3.0/${LIBV}') | ||
93 | immodules_root = os.path.join(gtk_libdir, 'immodules') | ||
94 | printmodules_root = os.path.join(gtk_libdir, 'printbackends'); | ||
95 | |||
96 | d.setVar('GTKIMMODULES_PACKAGES', ' '.join(do_split_packages(d, immodules_root, '^im-(.*)\.so$', 'gtk3-immodule-%s', 'GTK input module for %s'))) | ||
97 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s') | ||
98 | |||
99 | if (d.getVar('DEBIAN_NAMES', 1)): | ||
100 | d.setVar('PKG_${PN}', 'libgtk-3.0') | ||
101 | } | ||
102 | |||