[rhythmbox/mesonjunk: 8/11] build: remove totem-plparser libcamel check
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/mesonjunk: 8/11] build: remove totem-plparser libcamel check
- Date: Sun, 29 May 2022 07:50:35 +0000 (UTC)
commit edadbbfaa09369553f805e140b364397020cb1f0
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat May 28 22:08:08 2022 +1000
build: remove totem-plparser libcamel check
It hasn't used libcamel in years, and the date parsing code is always
present, so this check is useless.
meson.build | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index 825049591..37aabb471 100644
--- a/meson.build
+++ b/meson.build
@@ -108,18 +108,10 @@ have_pthread_getname_np = cc.links('''
}''', name: 'pthread_getname_np')
cdata.set('HAVE_PTHREAD_GETNAME_NP', have_pthread_getname_np)
-
-
-totem_plparser_uselibcamel = run_command(['pkg-config', '--variable', 'uselibcamel', 'totem-plparser'],
check: true).stdout().strip()
-
if gdk_targets.contains('x11')
x11 = dependency('x11', required: true)
endif
-if totem_plparser_uselibcamel == 'no'
- error('totem playlist parsing library has Podcast parsing disabled')
-endif
-
cdata.set('GETTEXT_PACKAGE', '"rhythmbox"')
cdata.set('PACKAGE', '"rhythmbox"')
cdata.set('VERSION', '@0@'.format(meson.project_version()))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]