summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorJoachim Desroches2019-05-30 17:28:32 +0200
committerJoachim Desroches2019-05-30 17:31:19 +0200
commit228e3a73aaa5d17b7e2eecde72048c89120574b6 (patch)
tree11c8f096361d424fe0c8a2366a128529deaaf060 /meson.build.patch
downloadaur-228e3a73aaa5d17b7e2eecde72048c89120574b6.tar.gz
Initial package creation.
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meson.build.patch b/meson.build.patch
new file mode 100644
index 000000000000..194f6917da5d
--- /dev/null
+++ b/meson.build.patch
@@ -0,0 +1,15 @@
+--- a/moodle/meson.build
++++ b/moodle/meson.build
+@@ -127,9 +127,9 @@ handy_moodle_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', method: 'pkg-config')
++libmyhtml_dep = dependency('modest', method: 'pkg-config')
+ handy_moodle = executable('handy-moodle', handy_moodle_sources,
+ dependencies: [libhandy_dep, libsoup_dep, libsecret_dep, libmyhtml_dep],
+ gui_app: true,
+ install: true,
+-)
+\ No newline at end of file
++)