[rhythmbox] build: add all subdirs from the main build file
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] build: add all subdirs from the main build file
- Date: Mon, 30 May 2022 22:34:45 +0000 (UTC)
commit bac8b7abd9d14f89addeda0d13453b688a853a6d
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon May 30 21:48:19 2022 +1000
build: add all subdirs from the main build file
data/meson.build | 2 --
lib/meson.build | 2 --
meson.build | 2 ++
3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 483513c43..f8a09e41f 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,5 +1,3 @@
-subdir('icons')
-
po_dir = meson.project_source_root() / 'po'
desktop_files = [ 'org.gnome.Rhythmbox3.desktop', 'org.gnome.Rhythmbox3.device.desktop' ]
diff --git a/lib/meson.build b/lib/meson.build
index dccd3957b..28c3eb88c 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -1,5 +1,3 @@
-subdir('libmediaplayerid')
-
lib_headers = files(
'rb-async-copy.h',
'rb-builder-helpers.h',
diff --git a/meson.build b/meson.build
index ecda387c1..d1e83daba 100644
--- a/meson.build
+++ b/meson.build
@@ -315,8 +315,10 @@ sourcesinc = include_directories('sources', 'sources/sync')
widgetsinc = include_directories('widgets')
subdir('data')
+subdir('data/icons')
subdir('lib')
+subdir('lib/libmediaplayerid')
subdir('metadata')
subdir('rhythmdb')
subdir('backends')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]