heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

meson.build (206B)


      1 # Resources
      2 resources = gnome.compile_resources(
      3   'resources',
      4   'resources.gresource.xml',
      5   gresource_bundle: true,
      6   source_dir: meson.current_build_dir(),
      7   install: true,
      8   install_dir: pkgdatadir,
      9 )