mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
data: Make environ meson.build file a bit more readable
This commit is contained in:
parent
fa6854a896
commit
2ccc4be050
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
environ_config = configuration_data()
|
#.env files read by gimp_environ_table_load_env_file in gimpenvirontable.c
|
||||||
|
|
||||||
|
|
||||||
|
environ_config = configuration_data()
|
||||||
if platform_windows and relocatable_bundle
|
if platform_windows and relocatable_bundle
|
||||||
environ_config.set('BIN_PATH', 'PATH=${gimp_installation_dir}\\bin')
|
environ_config.set('BIN_PATH', 'PATH=${gimp_installation_dir}\\bin')
|
||||||
else
|
else
|
||||||
|
@ -22,9 +24,10 @@ if not meson.is_cross_build() and python.found()
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
if platform_windows and not meson.is_cross_build() and python.found()
|
if platform_windows and not meson.is_cross_build() and python.found()
|
||||||
install_data(
|
install_data(
|
||||||
'pygimp.env',
|
'pygimp.env',
|
||||||
install_dir: gimpplugindir / 'environ',
|
install_dir: gimpplugindir / 'environ',
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue