summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
-rw-r--r--subprojects/gi-docgen.wrap6
2 files changed, 0 insertions, 9 deletions
diff --git a/meson.build b/meson.build
index ebd943a27..1dfd1142e 100644
--- a/meson.build
+++ b/meson.build
@@ -71,9 +71,6 @@ if not libsoup2.found() and not libsoup3.found()
error('At least one of libsoup2 or libsoup3 is required')
endif
-gidocgen = dependency('gi-docgen', version: '>= 2021.1', fallback: ['gi-docgen', 'dummy_dep'])
-gidocgen = find_program('gi-docgen')
-
if get_option('man')
asciidoc = find_program('asciidoc')
xsltproc = find_program('xsltproc')
diff --git a/subprojects/gi-docgen.wrap b/subprojects/gi-docgen.wrap
deleted file mode 100644
index 98cd92118..000000000
--- a/subprojects/gi-docgen.wrap
+++ /dev/null
@@ -1,6 +0,0 @@
-[wrap-git]
-directory=gi-docgen
-url=https://gitlab.gnome.org/GNOME/gi-docgen.git
-push-url=ssh://git@gitlab.gnome.org:GNOME/gi-docgen.git
-revision=main
-depth=1