This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch dev/dimmus/test
in repository efl.
View the commit online.
commit e6ec972318d7eac1b0dc7a78200806bc3da75f78
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 7 14:47:06 2024 +0500
meson: remove double pkgconfig generation for ethumb_client
---
meson.build | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/meson.build b/meson.build
index ff53a87a62..6d7ddac8d3 100644
--- a/meson.build
+++ b/meson.build
@@ -486,15 +486,6 @@ foreach package : subprojects
requires : package[9],
variables : package_pc_variables
)
- if package_name == 'ethumb_client'
- pkgconfig.generate(tmp_lib,
- name : package_name,
- subdirs : [package_version_name] + tmp_package_subdirs,
- version : version_major + '.' + version_minor + '.' + version_micro,
- libraries : tmp_pub_deps,
- requires : package[9],
- )
- endif
endif
else
message(package_name+' disabled!')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.