This website requires JavaScript.
Explore
Help
Register
Sign In
Cypher_Stack
/
libsecret
Watch
2
Star
0
Fork
0
You've already forked libsecret
mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced
2024-12-22 04:38:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
libsecret
/
docs
/
meson.build
7 lines
110 B
Meson
Raw
Permalink
Normal View
History
Unescape
Escape
meson: Clean up unused variables
2020-06-01 07:05:58 +00:00
if
get_option
(
'manpage'
)
docs: Add man subdir only if manpage is enabled Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-19 00:42:22 +00:00
subdir
(
'man'
)
endif
meson: Clean up unused variables
2020-06-01 07:05:58 +00:00
if
get_option
(
'gtk_doc'
)
Add build support for Meson To build with meson, use the following commands: ``` $ meson build $ ninja -C build # in case you want to install $ ninja -C build install ```
2018-03-20 21:03:56 +00:00
subdir
(
'reference/libsecret'
)
endif
Reference in New Issue
Copy Permalink