aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-05-26 12:47:40 -0700
committerEli Schwartz <eschwartz93@gmail.com>2022-06-01 22:49:10 -0400
commit7b90066a015eb0f972606ac9d87f5097e1eb6a77 (patch)
tree1c1b19b1329ec0fbfeefd4f184f415e85d954024
parent503a061e6866bd2999505f92e6e44b51988472e8 (diff)
downloadmeson-7b90066a015eb0f972606ac9d87f5097e1eb6a77.zip
meson-7b90066a015eb0f972606ac9d87f5097e1eb6a77.tar.gz
meson-7b90066a015eb0f972606ac9d87f5097e1eb6a77.tar.bz2
modules/gnome: fix gen_marshall annotation
-rw-r--r--mesonbuild/modules/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
index 4456f36..f44b759 100644
--- a/mesonbuild/modules/gnome.py
+++ b/mesonbuild/modules/gnome.py
@@ -149,7 +149,7 @@ if T.TYPE_CHECKING:
build_by_default: T.Optional[bool]
depend_files: T.List[mesonlib.File]
extra_args: T.List[str]
- install_dir: T.Union[str, bool]
+ install_dir: T.Optional[str]
install_header: bool
internal: bool
nostdinc: bool