[gnome-photos/wip/rishi/src-meson.build-clean-up: 4/5] build: Rename a variable for clarity
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/src-meson.build-clean-up: 4/5] build: Rename a variable for clarity
- Date: Sat, 20 Mar 2021 21:12:51 +0000 (UTC)
commit 0fc95878076780a81cf8a0d8946a33164a20a591
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Mar 20 22:02:45 2021 +0100
build: Rename a variable for clarity
src/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 48619358..acd86a28 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -413,7 +413,7 @@ executable(
install_rpath: photos_libdir,
)
-sources = files(
+gnome_photos_thumbnailer_sources = files(
'photos-pixbuf.c',
'photos-thumbnailer.c',
'photos-thumbnailer-main.c',
@@ -421,7 +421,7 @@ sources = files(
executable(
meson.project_name() + '-thumbnailer',
- sources,
+ gnome_photos_thumbnailer_sources,
include_directories: top_inc,
dependencies: common_deps,
c_args: cflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]