Codebase list xapp / e40a44c
meson gir: Export 'xapp' as a package This caused an issue where a package tag wouldn't generate. This could cause problems with other tools, such as gtk-rs's rust binding generation tool. Closes #141 Joshua Peisach authored 2 years ago Michael Webster committed 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
128128 sources: xapp_headers + xapp_sources + dbus_headers + xapp_enums,
129129 identifier_prefix: 'XApp',
130130 symbol_prefix: 'xapp_',
131 export_packages: 'xapp',
131132 includes: ['GObject-2.0', 'Gtk-3.0'],
132133 install: true
133134 )