[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:14:52 +0000 (UTC)
commit c33d6de1cc55e850a6c97c2223210aa60c980172
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Mar 20 22:02:45 2021 +0100
build: Rename a variable for clarity
https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/190
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]