From 1b48c0a39c547320f3cad404e434f25d787fb9a3 Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Sat, 29 Jun 2019 12:53:04 +0200
Subject: [PATCH] Revert "Uses Modest's pkg-config as a fallback if we can't
 find MyHTML"

This reverts commit 5dfe152dea3bd566a0363a705c7e9a5ec662e7ab.
---
 meson.build | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meson.build b/meson.build
index 5b93f0b..ac66371 100644
--- a/meson.build
+++ b/meson.build
@@ -135,13 +135,7 @@ moody_sources = [
 libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.8')
 libsoup_dep  = dependency('libsoup-2.4')
 libsecret_dep  = dependency('libsecret-1')
-
 libmyhtml_dep = dependency('myhtml', required: false)
-if not libmyhtml_dep.found()
-	message('MyHTML isn\'t found, using Modest instead')
-	libmyhtml_dep = dependency('modest')
-endif
-
 moody = executable('moody', moody_sources,
   dependencies: [libhandy_dep, libsoup_dep, libsecret_dep, libmyhtml_dep],
   include_directories: [root_inc, src_inc],
-- 
GitLab