mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Merge branch 'gir-missing-flags-gtype' into 'master'
Add missing GType to flags in .gir See merge request GNOME/libsecret!16
This commit is contained in:
commit
54606902bc
@ -24,9 +24,13 @@ inc_HEADERS = \
|
||||
libsecret/secret-enum-types.h \
|
||||
$(NULL)
|
||||
|
||||
libsecret_BUILT_ENUMS = \
|
||||
libsecret/secret-enum-types.c libsecret/secret-enum-types.h \
|
||||
$(NULL)
|
||||
|
||||
libsecret_BUILT = \
|
||||
secret-dbus-generated.c secret-dbus-generated.h \
|
||||
libsecret/secret-enum-types.c libsecret/secret-enum-types.h \
|
||||
$(libsecret_BUILT_ENUMS) \
|
||||
$(NULL)
|
||||
|
||||
libsecret_PUBLIC = \
|
||||
@ -117,7 +121,7 @@ Secret_@SECRET_MAJOR@_gir_EXPORT_PACKAGES = libsecret-@SECRET_MAJOR@
|
||||
Secret_@SECRET_MAJOR@_gir_INCLUDES = GObject-2.0 Gio-2.0
|
||||
Secret_@SECRET_MAJOR@_gir_LIBS = libsecret-@SECRET_MAJOR@.la
|
||||
Secret_@SECRET_MAJOR@_gir_CFLAGS = -I$(srcdir) -I$(builddir) -DSECRET_COMPILATION
|
||||
Secret_@SECRET_MAJOR@_gir_FILES = $(libsecret_PUBLIC)
|
||||
Secret_@SECRET_MAJOR@_gir_FILES = $(libsecret_PUBLIC) $(libsecret_BUILT_ENUMS)
|
||||
Secret_@SECRET_MAJOR@_gir_SCANNERFLAGS = --c-include "libsecret/secret.h"
|
||||
|
||||
gir_DATA += Secret-@SECRET_MAJOR@.gir
|
||||
|
@ -101,6 +101,7 @@ libsecret_gir_sources = [
|
||||
'secret-value.c',
|
||||
'secret-value.h',
|
||||
]
|
||||
libsecret_gir_sources += _enums_generated
|
||||
|
||||
libsecret_gir = gnome.generate_gir(libsecret,
|
||||
sources: libsecret_gir_sources,
|
||||
|
Loading…
Reference in New Issue
Block a user