summaryrefslogtreecommitdiff
path: root/Software/uchardet.mdwn
diff options
context:
space:
mode:
authorJehan <Jehan@web>2017-03-24 22:21:58 +0000
committerwww <iki-www@freedesktop.org>2017-03-24 22:21:58 +0000
commitacc652c155a384fac21ada34c5b46aeabca7fe53 (patch)
tree2c0a73e886bb5a7df1d37082790049867b753e0c /Software/uchardet.mdwn
parentdaa1ff9510e3dcde98c34eaeec519fb6294ca685 (diff)
Diffstat (limited to 'Software/uchardet.mdwn')
-rw-r--r--Software/uchardet.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/Software/uchardet.mdwn b/Software/uchardet.mdwn
index efcf532b..c6283020 100644
--- a/Software/uchardet.mdwn
+++ b/Software/uchardet.mdwn
@@ -121,19 +121,19 @@ The source can be browsed at: <https://cgit.freedesktop.org/uchardet/uchardet/>
Here is a working "module" section to include in your Flatpak's json manifest:
- "modules": [
- {
- "name": "uchardet",
- "buildsystem": "cmake",
- "builddir": true,
- "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
- "sources": [
- {
- ...
- }
- ]
- }
- ]
+ "modules": [
+ {
+ "name": "uchardet",
+ "buildsystem": "cmake",
+ "builddir": true,
+ "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
+ "sources": [
+ {
+ ...
+ }
+ ]
+ }
+ ]
## Usage