mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
st: Introspect StIconTheme
StIconTheme was added as a private implementation detail of StTextureCache, but it turns out that some extensions do make heavy use of GtkIconTheme. Allow them to port away from GTK by exposing StIconTheme to introspection. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2671>
This commit is contained in:
parent
72020f8968
commit
67facb8975
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ st_headers = [
|
|||
'st-generic-accessible.h',
|
||||
'st-icon.h',
|
||||
'st-icon-colors.h',
|
||||
'st-icon-theme.h',
|
||||
'st-image-content.h',
|
||||
'st-label.h',
|
||||
'st-password-entry.h',
|
||||
|
|
@ -214,7 +215,7 @@ libst_gir = gnome.generate_gir(libst,
|
|||
nsversion: '1.0',
|
||||
namespace: 'St',
|
||||
includes: ['Clutter-' + mutter_api_version, 'Cally-' + mutter_api_version, 'Meta-' + mutter_api_version],
|
||||
dependencies: [mutter_dep],
|
||||
dependencies: [mutter_dep, gdk_pixbuf_dep],
|
||||
include_directories: include_directories('..'),
|
||||
extra_args: ['-DST_COMPILATION', '--quiet'],
|
||||
install_dir_gir: pkgdatadir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue