Home
last modified time | relevance | path

Searched refs:gobject (Results 1 – 25 of 240) sorted by relevance

12345678910

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf/
H A D0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch27 -AC_MSG_CHECKING([for gobject-introspection])
35 - PKG_CHECK_EXISTS([gobject-introspection-1.0],,
36 - AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
37 - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $GIR_REQ],
39 - AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build…
42 - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $GIR_REQ], found_introspection=yes, found_intro…
65 - INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
66 - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
67 - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
69 - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0010-Do-not-hardcode-python-path-into-various-tools.patch10 gobject/glib-genmarshal.in | 2 +-
11 gobject/glib-mkenums.in | 2 +-
24 diff --git a/gobject/glib-genmarshal.in b/gobject/glib-genmarshal.in
26 --- a/gobject/glib-genmarshal.in
27 +++ b/gobject/glib-genmarshal.in
34 diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
36 --- a/gobject/glib-mkenums.in
37 +++ b/gobject/glib-mkenums.in
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/
H A Dlibmediaart-2.0_1.9.6.bb11 inherit gnomebase gobject-introspection vala features_check
18 # gobject-introspection is mandatory and cannot be configured
19 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/colord-gtk/
H A Dcolord-gtk_0.3.1.bb6 inherit meson gobject-introspection gettext gtk-doc features_check
21 # gobject-introspection is mandatory and cannot be configured
22 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tepl/
H A Dtepl_6.8.0.bb19 inherit meson gobject-introspection gettext features_check pkgconfig
27 # gobject-introspection is mandatory and cannot be configured
28 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/
H A Dgobject-introspection_1.82.0.bb7 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues"
23 inherit meson pkgconfig gtk-doc python3targetconfig qemu gobject-introspection-data upstream-versio…
37 DEPENDS:append:class-target = " gobject-introspection-native qemu-native"
128 # to build introspection files for all other gobject-based packages
148 ${SYSROOT_DESTDIR}${libdir}/pkgconfig/gobject-introspection-1.0.pc
179 ${libdir}/gobject-introspection/giscanner \
190 # These are used by gobject-based packages
192 FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/gdump.c \
193 ${datadir}/gobject-introspection-1.0/Makefile.introspection"
197 FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/tests/*.c \
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/
H A Dgnome-tweaks_40.0.bb11 inherit gnomebase gtk-icon-cache gobject-introspection features_check
16 # gobject-introspection is mandatory and cannot be configured
17 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lgi/
H A Dlua-lgi_0.9.2.bb1 SUMMARY = "LGI is gobject-introspection based dynamic Lua binding to GObject based libraries."
12 gobject-introspection \
13 gobject-introspection-native \
/openbmc/openbmc/poky/meta/recipes-graphics/graphene/
H A Dgraphene_1.10.8.bb7 inherit gnomebase gobject-introspection gtk-doc
15 PACKAGECONFIG ?= "gobject-types ${@bb.utils.contains('TUNE_FEATURES', 'aarch64', 'neon', '', d)}"
17 PACKAGECONFIG[gobject-types] = "-Dgobject_types=true,-Dgobject_types=false,glib-2.0"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/folks/
H A Dfolks_0.15.9.bb13 # gobject-introspection is mandatory and cannot be configured
14 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
26 inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/
H A Dlibpeas_2.0.5.bb1 SUMMARY = "libpeas is a gobject-based plugins engine"
8 inherit gnomebase gobject-introspection vala gi-docgen
13 PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection'…
H A Dlibpeas-1_1.36.0.bb1 SUMMARY = "libpeas is a gobject-based plugins engine"
10 inherit gnomebase gobject-introspection gi-docgen gtk-icon-cache features_check
14 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py21 from gi.repository import GObject as gobject unknown
29 … 'clicked' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE_STRING, Gdk.Event)),
30 …'position-changed' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE_INT, gobject.TYPE_…
31 …'set-scroll-adjustments' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gtk.Adjustment, gtk.Adjus…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/
H A Dcolord.bb3 inherit meson gobject-introspection gsettings gtk-doc gettext bash-completion systemd features_chec…
5 # polkit and gobject-introspection are mandatory and cannot be configured
6 REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/
H A Dgjs_1.82.1.bb8 inherit gnomebase gobject-introspection gettext features_check upstream-version-is-even pkgconfig
16 # gobject-introspection is mandatory and cannot be configured
17 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/
H A Dgedit_46.2.bb21 inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc gettext features_check…
29 # gobject-introspection is mandatory and cannot be configured
30 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgobject-introspection.bbclass13 # depending on distro and machine features (see gobject-introspection-data class).
14 inherit python3native gobject-introspection-data
38 DEPENDS:append:class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'gobject-introspect…
40 # Even when introspection is disabled, the gobject-introspection package is still needed for m4 mac…
41 DEPENDS:append = " gobject-introspection-native"
H A Dgobject-introspection-data.bbclass7 # This variable is set to True if gobject-introspection-data is in
12 GI_DATA_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', \
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.18.2.bb17 LICENSE:${PN}-gobject = "MPL-1.1 | LGPL-2.1-only"
69 PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils"
71 SUMMARY:cairo-gobject = "The Cairo library GObject wrapper library"
72 DESCRIPTION:cairo-gobject = "A GObject wrapper library for the Cairo API."
82 FILES:${PN}-gobject = "${libdir}/libcairo-gobject.so.*"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gsound/
H A Dgsound_1.0.3.bb1 SUMMARY = "Small gobject library for playing system sounds"
13 inherit gnomebase gettext gobject-introspection vala
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py7 import gobject
9 from gi.repository import GObject as gobject unknown
88 mainloop = gobject.MainLoop()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/
H A Dpackagegroup-xfce-extended.bb52 …${@bb.utils.contains("DISTRO_FEATURES", "bluetooth gobject-introspection-data", "blueman", "", d)}…
65 ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "catfish", "", d)} \
66 …${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "xfce4-panel-profiles", "", …
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libdex/
H A Dlibdex_0.8.1.bb5 inherit features_check gnomebase upstream-version-is-even gobject-introspection
19 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpanel/
H A Dlibpanel_1.8.1.bb6 inherit gnomebase upstream-version-is-even gobject-introspection gtk-icon-cache
22 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/
H A Dgtk-vnc_1.4.0.bb15 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
26 inherit pkgconfig gnomebase gettext gobject-introspection vala features_check

12345678910