Changeset View
Changeset View
Standalone View
Standalone View
databases/libgda6-ui/files/patch-meson.build
- This file was added.
--- meson.build.orig 2021-02-01 00:29:25 UTC | |||||
+++ meson.build | |||||
@@ -376,15 +376,6 @@ if libxslt_dep.found() and get_option('experimental') | |||||
endif | |||||
# PC files | |||||
-libgda_pc = configure_file( | |||||
- input: 'libgda-'+project_api_version+'.pc.in', | |||||
- output: 'libgda-'+project_api_version+'.pc', | |||||
- configuration: conf | |||||
- ) | |||||
-install_data(libgda_pc, | |||||
- install_dir: join_paths(get_option('libdir'),'pkgconfig') | |||||
- ) | |||||
- | |||||
if libxslt_dep.found() and get_option('experimental') | |||||
libgda_xslt_pc = configure_file( | |||||
input: 'libgda-xslt-'+project_api_version+'.pc.in', |