summarylogtreecommitdiffstats
path: root/embed-reveal.patch
blob: ece2ef4d4c1e935266a903b1d3bd9e5d4b9d2055 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- meson.build.reveal	2024-05-02 12:06:31.019408494 +0300
+++ meson.build	2024-05-02 12:10:17.583277672 +0300
@@ -60,7 +60,7 @@
 #bindir = join_paths(get_option('prefix'), get_option('bindir'))
 podir = meson.source_root() / 'po'
 
-if not fs.exists(join_paths(pkgdatadir, 'libs/reveal.js'))
+if not fs.exists(meson.source_root() /  meson.project_name() / 'libs/reveal.js')
   error('No valid reveal.js installation found')
 endif