build: Pass gobject_types=true to graphene
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jan 2023 13:55:51 +0000 (08:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jan 2023 14:15:59 +0000 (09:15 -0500)
This is required for graphene-gobject to be built.

meson.build

index d5fd97c17cc158f3eb78f6cc05fe9d80cf47cdb9..ab46c7dcdadd3997614ec6d7be07d51593245493 100644 (file)
@@ -404,7 +404,7 @@ jpeg_dep       = dependency('libjpeg', 'jpeg')
 epoxy_dep      = dependency('epoxy', version: epoxy_req)
 xkbdep         = dependency('xkbcommon', version: xkbcommon_req, required: wayland_enabled)
 graphene_dep   = dependency('graphene-gobject-1.0', version: graphene_req,
-                            default_options: ['tests=false'])
+                            default_options: ['tests=false', 'gobject_types=true'])
 iso_codes_dep  = dependency('iso-codes', required: false)
 gi_dep         = dependency('gobject-introspection-1.0', version: introspection_req,
                             required: get_option('introspection').enabled() and