mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Re-enable Twain plugin on Windows for Meson build
This commit is contained in:
parent
9e3508cc23
commit
783f7cae55
2 changed files with 4 additions and 4 deletions
|
@ -31,5 +31,5 @@ subdir('python')
|
||||||
subdir('screenshot')
|
subdir('screenshot')
|
||||||
subdir('script-fu')
|
subdir('script-fu')
|
||||||
subdir('selection-to-path')
|
subdir('selection-to-path')
|
||||||
# subdir('twain')
|
subdir('twain')
|
||||||
subdir('ui')
|
subdir('ui')
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
if platform_windows
|
if not platform_windows
|
||||||
|
subdir_done()
|
||||||
|
endif
|
||||||
|
|
||||||
plugin_name = 'twain'
|
plugin_name = 'twain'
|
||||||
|
|
||||||
|
@ -31,5 +33,3 @@ twain = executable(plugin_name,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: gimpplugindir / 'plug-ins' / plugin_name,
|
install_dir: gimpplugindir / 'plug-ins' / plugin_name,
|
||||||
)
|
)
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue