aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/pkgconfig_dataonly.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/pkgconfig_dataonly.md')
-rw-r--r--docs/markdown/snippets/pkgconfig_dataonly.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/markdown/snippets/pkgconfig_dataonly.md b/docs/markdown/snippets/pkgconfig_dataonly.md
deleted file mode 100644
index 8a2564c..0000000
--- a/docs/markdown/snippets/pkgconfig_dataonly.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## Introduce dataonly for the pkgconfig module
-This allows users to disable writing out the inbuilt variables to
-the pkg-config file as they might actualy not be required.
-
-One reason to have this is for architecture-independent pkg-config
-files in projects which also have architecture-dependent outputs.
-
-```
-pkgg.generate(
- name : 'libhello_nolib',
- description : 'A minimalistic pkgconfig file.',
- version : libver,
- dataonly: true
-)
-```