plug-ins: fix script-fu build in meson.

Fixes:

> plug-ins/script-fu/meson.build:44:0: ERROR: Bad source of type 'SharedLibrary' in target 'script-fu'.
This commit is contained in:
Jehan 2022-06-15 21:14:13 +02:00
parent 319ccb1d81
commit 73868afe15
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ endif
executable(executable_name,
plugin_sources,
libscriptfu,
dependencies: [
libgimpui_dep,
math,