Changeset View
Changeset View
Standalone View
Standalone View
databases/libgda6-ui/files/patch-libgda_handlers_meson.build
- This file was added.
--- libgda/handlers/meson.build.orig 2021-02-01 00:29:25 UTC | |||||
+++ libgda/handlers/meson.build | |||||
@@ -8,10 +8,6 @@ libgda_handlers_headers = files([ | |||||
'gda-handler-type.h' | |||||
]) | |||||
-install_headers(libgda_handlers_headers, | |||||
- install_dir: join_paths(get_option('includedir'),project_package,'libgda','handlers') | |||||
- ) | |||||
- | |||||
libgda_handlers_sources = files([ | |||||
'gda-handler-bin.c', | |||||
'gda-handler-boolean.c', | |||||
@@ -22,4 +18,4 @@ libgda_handlers_sources = files([ | |||||
'gda-handler-type.c' | |||||
]) | |||||
-libgda_handlers_sources += libgda_handlers_headers | |||||
\ No newline at end of file | |||||
+libgda_handlers_sources += libgda_handlers_headers |