[gnome-photos/wip/rishi/src-meson.build-rename-variable] build: Rename a variable for clarity




commit 9fa0213b69acd2dc9750995e26d6b7bc9c6eac44
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Mar 21 00:17:27 2021 +0100

    build: Rename a variable for clarity
    
    Subsequent commits will absorb the online miners, which means that
    another set of gdbus-codegen:ed C sources (for the D-Bus interface of
    the miners) will have to be added to the private shared library. Having
    a more specific name for the variable will help with that.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/191

 src/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 276ca35e..d02dd572 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -23,7 +23,7 @@ libgnome_photos_sources = files(
 
 thumbnailer_dbus = 'photos-thumbnailer-dbus'
 
-libgnome_photos_built_sources_gdbus = gnome.gdbus_codegen(
+libgnome_photos_built_sources_thumbnailer_dbus = gnome.gdbus_codegen(
   thumbnailer_dbus,
   thumbnailer_dbus + '.xml',
   interface_prefix: photos_namespace + '.',
@@ -35,8 +35,8 @@ libgnome_photos_built_sources_gdbus = gnome.gdbus_codegen(
   autocleanup: 'all',
 )
 
-libgnome_photos_built_headers += libgnome_photos_built_sources_gdbus[1]
-libgnome_photos_sources += libgnome_photos_built_sources_gdbus
+libgnome_photos_built_headers += libgnome_photos_built_sources_thumbnailer_dbus[1]
+libgnome_photos_sources += libgnome_photos_built_sources_thumbnailer_dbus
 
 enum_headers = files(
   'photos-operation-insta-common.h',


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