mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
meson: Do not set datadir in bin template
GJS does this automatically for us using prefix and even if set it will be overwritten
This commit is contained in:
@@ -10,7 +10,6 @@ foreach id_postfix : clapper_apps
|
||||
bin_conf.set('ID_POSTFIX', id_postfix)
|
||||
bin_conf.set('prefix', get_option('prefix'))
|
||||
bin_conf.set('libdir', libdir)
|
||||
bin_conf.set('datadir', datadir)
|
||||
|
||||
configure_file(
|
||||
input: 'com.github.rafostar.Clapper.in',
|
||||
|
Reference in New Issue
Block a user