~yorba/gexiv2/trunk

« back to all changes in this revision

Viewing changes to gexiv2/meson.build

  • Committer: Jens Georg
  • Author(s): Corentin Noël
  • Date: 2018-01-11 18:19:09 UTC
  • Revision ID: git-v1:d4b55f20ba6b90b56cb84fd5272f59b4853b8bac
Fix GIR header and Vala .vapi completeness in Meson

https://bugzilla.gnome.org/show_bug.cgi?id=792431

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                 dependencies : [gobject, exiv2],
67
67
                 install : true)
68
68
 
 
69
pc_deps = ['glib-2.0', 'gobject-2.0']
 
70
 
69
71
pkg.generate(
70
72
    description : 'GObject bindings for exiv2',
71
73
    libraries : gexiv2,
73
75
    name : 'GExiv2',
74
76
    filebase : 'gexiv2',
75
77
    requires_private : 'exiv2',
76
 
    requires : ['glib-2.0', 'gobject-2.0']
 
78
    requires : pc_deps
77
79
    )
78
80
 
79
81
# set unconditionally
95
97
      identifier_prefix : 'GExiv2',
96
98
      export_packages : 'gexiv2',
97
99
      includes : ['GObject-2.0'],
 
100
      header : 'gexiv2/gexiv2.h',
98
101
      install : true)
99
102
endif