projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaeec84
)
Apply suggestion to use '/' over join_paths
author
Emmanuele Bassi
<ebassi@gmail.com>
Tue, 7 Mar 2023 22:40:17 +0000
(22:40 +0000)
committer
William Roy
<wroy@proton.me>
Tue, 7 Mar 2023 22:40:17 +0000
(22:40 +0000)
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 8d3fb73a55b29a49d198f1fa36bafbcbcc7ff419..a8e108846de45c8703a27b35fed438da9f9dbef5 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-913,7
+913,7
@@
foreach lang : [
gnome.compile_resources(lang,
resxml,
- source_dir:
join_paths(meson.current_source_dir(), 'emoji')
,
+ source_dir:
meson.current_source_dir() / 'emoji'
,
gresource_bundle: true,
install: true,
install_dir: gtk_datadir / 'gtk-4.0/emoji',