Skip to content

Commit e19187d

Browse files
JPeisachmtwebster
authored andcommitted
extension gir: Export 'libnemo-extension' to the gir
Fixes a missing package tag. It is 'libnemo-extension' instead of 'nemo' to be consistent with pkgconfig. (similar to https://github.com/GNOME/nautilus/blob/master/libnautilus-extension/meson.build, line 77)
1 parent 9927b5e commit e19187d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libnemo-extension/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ gnome.generate_gir(nemo_extension_lib,
6969
sources: nemo_extension_sources + nemo_extension_headers,
7070
nsversion: '3.0',
7171
namespace: 'Nemo',
72+
export_packages: 'libnemo-extension',
7273
includes: [ 'Gtk-3.0', 'Gio-2.0', 'GLib-2.0', ],
7374
include_directories: [ rootInclude, ],
7475
install_dir_typelib: typelibdir,

0 commit comments

Comments
 (0)