summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-07-25 10:21:45 -0400
committerRaghav Gururajan <raghavgururajan@disroot.org>2020-07-25 10:31:50 -0400
commit84df89f5490e995d271b4ac56999450e94bfd563 (patch)
treeb9996b2ea838553adde9ea82f27a9bfa1c64251e
parentb3ff665d46560b8e6e89511f30f4abb39cd485b2 (diff)
downloadlibchamplain-84df89f5490e995d271b4ac56999450e94bfd563.tar.gz
[PATCH]: Fix demos build with memphis.
-rw-r--r--demos/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/meson.build b/demos/meson.build
index cf852d1..bf9b3bb 100644
--- a/demos/meson.build
+++ b/demos/meson.build
@@ -85,6 +85,7 @@ if build_with_memphis and build_gtk_widgetry
dependencies: [
libchamplain_dep,
libchamplain_gtk_dep,
+ memphis_dep,
]
)
endforeach