blob: a3e62bf52ca48c26be27317f9999fb66bc496a94 [file] [log] [blame]
From b77c9c3d07430b014b2d1bff42027f483c81f15a Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Tue, 6 Nov 2018 13:43:00 +0100
Subject: [PATCH] modulemd/v[12]/meson.build: do not generate gtkdoc or python
bindings
All of these really need a configuration option.
Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meson.build | 3 +--
modulemd/v1/meson.build | 8 --------
modulemd/v2/meson.build | 8 --------
3 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/meson.build b/meson.build
index 228bd34..a1e60bb 100644
--- a/meson.build
+++ b/meson.build
@@ -52,7 +52,6 @@ gnome = import('gnome')
pkg = import('pkgconfig')
gobject = dependency('gobject-2.0')
yaml = dependency('yaml-0.1')
-gtkdoc = dependency('gtk-doc')
sh = find_program('sh')
sed = find_program('sed')
@@ -110,4 +109,4 @@ configure_file(
)
subdir('modulemd')
-subdir('bindings/python')
+
diff --git a/modulemd/v1/meson.build b/modulemd/v1/meson.build
index 74db89a..4d54e69 100644
--- a/modulemd/v1/meson.build
+++ b/modulemd/v1/meson.build
@@ -341,11 +341,3 @@ configure_file(
configuration : xcdata
)
-gnome.gtkdoc(
- 'modulemd-1.0',
- install_dir: 'modulemd-1.0',
- src_dir : './modulemd/v1',
- main_xml : 'modulemd-v1-docs.xml',
- install : true,
-)
-
diff --git a/modulemd/v2/meson.build b/modulemd/v2/meson.build
index 7b94e0c..c5f72b9 100644
--- a/modulemd/v2/meson.build
+++ b/modulemd/v2/meson.build
@@ -530,11 +530,3 @@ configure_file(
configuration : xcdata
)
-gnome.gtkdoc(
- 'modulemd-2.0',
- install_dir: 'modulemd-2.0',
- src_dir : './modulemd/v2',
- main_xml : 'modulemd-v2-docs.xml',
- install : true,
-)
-