[rhythmbox] build: tidy up grilo stuff a bit



commit 12c3290c780ec57abb405ad61252bf38ba50c208
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Nov 5 06:21:41 2021 +1000

    build: tidy up grilo stuff a bit

 config.h.meson | 3 ---
 meson.build    | 3 ---
 2 files changed, 6 deletions(-)
---
diff --git a/config.h.meson b/config.h.meson
index 40504bf47..4426d26c8 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -10,9 +10,6 @@
 /* Define if you have GNU fwrite_unlocked */
 #mesondefine HAVE_GNU_FWRITE_UNLOCKED
 
-/* Define if Grilo support is enabled */
-#mesondefine HAVE_GRILO
-
 /* Use GUdev for hardware detection */
 #mesondefine HAVE_GUDEV
 
diff --git a/meson.build b/meson.build
index 1d7dd3a91..1b3e38fac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,3 @@
-#GRILO_REQS=0.3.0
-
 project('rhythmbox', 'c',
   version: '3.4.4',
   meson_version: '>= 0.59.0',
@@ -248,7 +246,6 @@ if get_option('grilo').allowed()
 
   if grilo.found()
     enable_grilo = true
-    cdata.set('HAVE_GRILO', 1)
   endif
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]