summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorJoachim Desroches2019-06-06 14:14:42 +0200
committerJoachim Desroches2019-06-06 14:14:42 +0200
commit95d6e7db2617891d404121b6abe935b6f8854fed (patch)
tree42430b95bca8090235ab9436e578f09f8af36e56 /meson.build.patch
parent228e3a73aaa5d17b7e2eecde72048c89120574b6 (diff)
downloadaur-95d6e7db2617891d404121b6abe935b6f8854fed.tar.gz
Update package with upstream v0.1.
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch16
1 files changed, 6 insertions, 10 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 194f6917da5d..7044494392cc 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,15 +1,11 @@
---- a/moodle/meson.build
-+++ b/moodle/meson.build
-@@ -127,9 +127,9 @@ handy_moodle_sources = [
+--- a/moodle/meson.build 2019-06-06 13:48:00.497875383 +0200
++++ b/moodle/meson.build 2019-06-06 13:50:59.949235279 +0200
+@@ -128,7 +128,7 @@
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,
++libmyhtml_dep = dependency('modest')
+ moody = executable('moody', moody_sources,
dependencies: [libhandy_dep, libsoup_dep, libsecret_dep, libmyhtml_dep],
- gui_app: true,
- install: true,
--)
-\ No newline at end of file
-+)
+ include_directories: [root_inc, src_inc],