diff options
author | Jiří Techet <techet@gmail.com> | 2019-02-07 10:05:07 +0100 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2019-02-07 10:05:07 +0100 |
commit | a2a47d1e1c9647cea33f98ebb0bc295b5f2986e0 (patch) | |
tree | 79dba528f4ffc714f9f33590caa92392d51daf83 /champlain-gtk | |
parent | d7c58424d76c85a1114f43b13d8cef1136814dfe (diff) | |
download | libchamplain-a2a47d1e1c9647cea33f98ebb0bc295b5f2986e0.tar.gz |
Remove unnecessary comparisons
Diffstat (limited to 'champlain-gtk')
-rw-r--r-- | champlain-gtk/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/champlain-gtk/meson.build b/champlain-gtk/meson.build index e777594..8137bc7 100644 --- a/champlain-gtk/meson.build +++ b/champlain-gtk/meson.build @@ -82,7 +82,7 @@ libchamplain_gtk_dep_sources = [ libchamplain_gtk_marshals_h, ] -if generate_gir == true +if generate_gir libchamplain_gtk_gir_includes = [ 'GObject-2.0', 'Clutter-1.0', @@ -113,7 +113,7 @@ if generate_gir == true libchamplain_gtk_gir, ] - if generate_vapi == true + if generate_vapi libchamplain_gtk_vapi_packages = [ 'clutter-gtk-1.0', 'cogl-pango-1.0', |